Well, say you own a VPS and you've updated your nameservers and nothing is working! You can only access yoursite at
here is a way to fix
or. You would like to force the www. use this code
No credits to me. Simple .htaccess tools
You must be registered for see links
instead of yourdomain.comhere is a way to fix
Code:
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Code:
# RewriteCond %{HTTP_HOST} !^www\.
# RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
No credits to me. Simple .htaccess tools