.htaccess realted problem

leander81

Joined: 2005-05-08
Posts: 6
Posted: Mon, 2005-05-09 21:57

i had to add this lines to the httpd.conf file to get things instaled :

<Directory "/home/gallery/public_html">
AllowOverride Options FileInfo
</Directory>

the install worked out fine. but when i tryed to access the gallery i get the 500 error again. i had to remove the .htaccess file in the gallery folder to get things to work.but it shuld work with the .htaccess file since i added the lines into the httpd.conf. what are i am doing wrong here ?:)

----
Gallery version: 1.5
Apache version: 2.0
PHP version: PHP 4.3.11
Graphics Toolkit:: NetPBM
OS: Fedora 3
browser: Awant,IE,firefox for linux.

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2005-05-09 22:06

Try to drop the "'s in the first line.

 
leander81

Joined: 2005-05-08
Posts: 6
Posted: Mon, 2005-05-09 22:14

tested it now..the same error :|

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2005-05-09 22:17

Then I don't know what to tell you, try asking for support in the Fedora Channels, as this is really an Apache configuration issue.

 
leander81

Joined: 2005-05-08
Posts: 6
Posted: Mon, 2005-05-09 22:26

Ok thanks any way :)

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Mon, 2005-05-09 23:20

You did restart apache after making changes to the httpd.conf file right? It might also be a more restrictive setting occuring AFTER the changes you made... so try putting them at the very BOTTOM of the httpd.conf file.