Thread: .htaccess hell
View Single Post
  #3 (permalink)  
Old 03-24-2007, 05:22 PM
modrewrite modrewrite is offline
WebProWorld Member
 

Join Date: Dec 2006
Location: Indianapolis
Posts: 41
modrewrite RepRank 0
Default Re: .htaccess hell

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]
__________________
de // AskApache.com blog
Reply With Quote