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.
Posts: 13451
Try to drop the "'s in the first line.
Posts: 6
tested it now..the same error :|
Posts: 13451
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.
Posts: 6
Ok thanks any way
Posts: 3236
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.