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
_______________________________________________
Blueonyx mailing list
[email protected]
http://www.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to