Quote:
|
Originally Posted by dak888
However, type in just ambrosiawindows.com (without the www) and guess what, it doesn't redirect.
|
try the Require the www
Code:
Options Indexes +FollowSymLinks Includes
AddType application/x-httpd-CGI .CGI
AddType text/x-server-parsed-html .shtml .htm .html
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.ambrosiawindows\.com$ [NC]
RewriteRule .? http://www.ambrosiawindows.com%{REQUEST_URI} [R=301,L]