have gone throgh the entire site and understood much there
Thanks a lot for the link yaar I am really thankful
Anyways does anyone know how to make a domain class A and C, the produre for making it class B is written on that site. Though I cant understand the .htacess file much any1 gud at that might devise an answer.
Heres the .htacess code for making a domain class B. this supposedly works only on Apache Webserver:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$ *domain.com/$1 [R=301,L]