It will but if for example you have an entry like this <VirtualHost 192.168.1.1> ServerName [url]www.thisismine.com[/url] ServerAlias [url]www.thisisanothermine.com[/url] thisismine.com RewriteEngine on RewriteCond %{HTTP_HOST} !^192.168.1.1(:80)?$ RewriteCond %{HTTP_HOST} !^www.thisismine.com(:80)?$ RewriteRule ^/(.*) http://www.thisismine.com/$1 [L,R=301] </VirtualHost> Code (markup): and i type in www.thisisanothermine.com the url that will appear would be www.thisismine.com not the www.thisisanothermine.com. Hope it Helps
what if I dont know the IP of the site... I use hostgator shared hosting plan so other sites are on the servers ip I'd guess, can I just ignore that field or must it absolutely be filled in?