[EMAIL PROTECTED] 403 Errors and Virtual Hosts

2008-07-16 Thread Rob
Hi there, Just wondering if some one could give me a hand with my Virtual Host # mysite http://0.0.0.0/>> ServerName mysite.co.nz RewriteEngine on RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.mysite.co.nz/$1 [NE,R] http://0.0.0.0/>> ServerAdmin [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] 403 Errors and Virtual Hosts

2008-07-18 Thread solprovider
On 7/17/08, Rob <[EMAIL PROTECTED]> wrote: > Just wondering if some one could give me a hand with my Virtual Host > # mysite > > ServerName mysite.co.nz > RewriteEngine on > RewriteCond %{HTTP_HOST} !^$ > RewriteRule ^/(.*) http://www.mysite.co.nz/$1 [NE,R] > > > > ServerAdmin [E