I was browsing a site that claimed that its domain is a class B domain. I had heard about the different IP address classes, but domains of different classes never heard of it!
Does the domain class really exist? If yes how to identify and Class A, B and so on domains??
__________________
You know it's love when you memorize her IP to skip DNS overhead.
Advertisements. Register and be a member of the community to get rid of them.
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 ^(.*)$ http://domain.com/$1 [R=301,L]