Ok, if I have my httpd with:
And put this in .htaccess:Code:RewriteCond %{HTTP_HOST} !^www\.buggiesgonewild\.com RewriteRule (.*) http://www.buggiesgonewild.com/$1 [L,R=301]
shouldn't .htaccess over ride httpd? Only reason I ask is because Its easier to test with .htaccess, get it right then place the rewrite rules in httpd. I did that last night and got errors. main worked but anything below that gave an error. Should I remove rewrite rules from httpd and use .htaccess to test?Code:RewriteCond %{HTTP_HOST} !(^www\.buggiesgonewild\.com$|^images\.buggiesgonewild\.com$|^static\.buggiesgonewild\.com$|^avatars\.buggiesgonewild\.com$) RewriteRule (.*) http://www.buggiesgonewild.com/$1 [L,R=301]


50Likes
LinkBack URL
About LinkBacks






Reply With Quote
