Page 1 of 1

am i the only one, it only works when i delete htaccess

Posted: Wed Mar 16, 2005 8:13 pm
by verbatim
prior to deleting everything from htaccess except the begin and end lines, it wouldnt work.

i am using phpdev5.

since i think i will need directory index can someone suggest a fix please?

thanks in advance

Re: am i the only one, it only works when i delete htaccess

Posted: Thu Mar 17, 2005 11:33 am
by garvinhicking
You just need to configure your Apache so that "AllowOverride All" is available for your directories.

Basically the only problematic directives should be the "php_value" ones. You can delete those. The 0.8-beta4 version should also properly detect whether your server supports it and automatically use a suitable htaccess file.

Apart frmo that, I don't use nor know phpdev5. I only know that serendipity works on a XAMPP system.

Regards,
Garvin

Posted: Sun Mar 20, 2005 6:55 pm
by verbatim
after making the change u suggested it still didnt work. in my frustration i changed every instance of allowovride none to allowoverride all, it still didnt work.

i have posted my httpd.conf file below for suggestions for configuring s9y on my laptop using windows xp localhost.

thanks

Posted: Mon Mar 21, 2005 10:35 am
by garvinhicking
Verbatim,

Actuall you missed one occurence:

Code: Select all

 AllowOverride AuthConfig FileInfo 
:)

And of course don't forget to restart your Apache!