[BlueOnyx:06180] Rewrite not working for one site

Robert Fitzpatrick lists at webtent.net
Thu Dec 23 13:20:17 -05 2010


I have a site that seems to have all the rewrite lines setup in its 
vhosts file, but is not rewriting like all the other sites on the same 
server...

> RewriteEngine on
> RewriteCond %{HTTP_HOST}                !^208.38.145.45(:80)?$
> RewriteCond %{HTTP_HOST}                !^www.tampabayhomeconnection.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^tampabayhomeconnection.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^julienoyas.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^www.julienoyas.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^noyas.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^www.noyas.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^beverlyjillsonhomes.com(:80)?$ [NC]
> RewriteCond %{HTTP_HOST}                !^www.beverlyjillsonhomes.com(:80)?$ [NC]
>
> RewriteRule ^/(.*)                      http://www.tampabayhomeconnection.com/$1 [L,R=301]

None of the above domains rewrite, anyone know what causes this?

Thanks, Robert



More information about the Blueonyx mailing list