Ben Johnson wrote:
I'm not convinced that mod_rewrite has anything to do with this; it can probably be removed from the equation entirely. I mean, I assume that you receive the same error ("client denied by server configuration: /wiki/index.php") when you hit the URL /wiki/index.php?page=Life+in+Evesham directly, right?
http://evesham.uk.com/wiki/index.php?page=Life+In+Evesham works fine As does http://evesham.uk.com/wiki/index.php loading the home page. But I do agree that mod_rewrite does seem to have done the right job!
mod_info is now loaded, but currently I'm just flipping to home page .... just working through the settings.Regarding mod_info, while I have not tested this with Apache 2.4, it should be as simple as installing the module and adding something like this to your server configuration: <IfModule mod_info.c> <Location /server-info> Require all granted SetHandler server-info </Location> </IfModule> You'll probably want to add some kind of authentication requirement to the <Location> block, too, so that unauthorized parties cannot view your configuration directives.
Just working through Yehuda's link as well. -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx