This is a discussion on Options not allowed here within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, What setting do I have to change in httpd.conf to be able to use the Options directive in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
What setting do I have to change in httpd.conf to be able to use the Options directive in the .htaccess file? -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - Now playing: The Specials - Rude boys outa jail |
|
|||
|
Davide Bianchi wrote:
> On 2005-08-15, Els <els.aNOSPAM@tiscali.nl> wrote: >> What setting do I have to change in httpd.conf to be able to use the >> Options directive in the .htaccess file? > > Guess what: > > AllowOverride Options Thanks - but in my httpd.conf there are several instances of 'AllowOverride All' and 'AllowOverride None'. Which one should I change? As a test I've done a search and replace to change all 'AllowOverride None' into 'AllowOverride Options', but still no success. -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - |
|
|||
|
Davide Bianchi wrote:
> On 2005-08-15, Els <els.aNOSPAM@tiscali.nl> wrote: >> Thanks - but in my httpd.conf there are several instances of >> 'AllowOverride All' and 'AllowOverride None'. Which one should I > > Usually the 'AllowOVerride' is inside a <Directory> or <Location> > block, you need to change the one that refer to the directory or > location you want to override. Thanks. Works now that I added another <Directory> block inside the <VirtualHost> block :-) > Remember that you have to restart Apache after modification of the > httpd.conf Yes - made that mistake only once ;-) > Also, be sure that your httpd.conf doesn't include other configuration > files that are overriding the same configuration parameters. No idea what that would be (my understanding of httpd.conf is severely lacking), but I guess that wasn't the case, as it's working now. Thanks again :-) > Bang on the LEFT side of your computer to restart Windows. <g> -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - |