Hi,
I noticed today that my website can be visited via both www and without www url.
It's redirecting the file requests to www version but i want to disable direct msxlabs.org accessing.Code:RewriteCond %{HTTP_HOST} !^www\.msxlabs\.org RewriteRule (.+) http://www.msxlabs.org%{REQUEST_URI} [R=301,L]
Example:
msxlabs.org/legend.php is redirected to www.msxlabs.org/legend.php
Domain access:
msxlabs.org - www.msxlabs.org
What's wrong or missing?
Btw, vbseo.com is redirected to www.vbseo.com
Apache 2.2.6 (PHP 5.2.5)







Reply With Quote