Index: [Article Count Order] [Thread]

Date:  Wed, 28 Jun 2006 09:49:31 +0100
From:  "Colin Jack" <colin (at mark) mainline.co.uk>
Subject:  [coba-e:05905] Re: 301 redirects in .htaccess
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <F07DD4D0940AFF41A207BE85479D2AFF180ECF (at mark) server.mainline.local>
X-Mail-Count: 05905

 
> 
> Have a look at your httpd.conf?
> 
> I added the block below:
> 
> <Directory "/home/.sites/">
>     Options Indexes FollowSymLinks Includes MultiViews
>     AllowOverride All
> </Directory>
> 
> After the default setting of:
> 
> <Directory />
>     Options FollowSymLinks
>     AllowOverride None
> </Directory>
> 
> Not sure how much of a security risk it is enabling the 
> options and the overrides but I do have redirects working.
> 
> 


Thanks Elmer, 

All working fine. 

Interesting thing is that there is another entry below that for
AllowOverride in .htaccess and that doesn't work ;(

Regards

Colin