There was a change recently that will not rewrite any web aliases. Apparently you modified this vsite and this got the new rewrite code
I indicated I wanted to make this user switchable. At the moment there is nothing you can do, except for modifying the siteXX configuration file by hand With regards, Taco Scargo [email protected] On 23 dec 2010, at 19:20, Robert Fitzpatrick wrote: > 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 _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
