I had some issues getting Gallery1 running on a site on a VPS running Debain Sarge (3.1) and ISPConfig (Wonderful tool there!) myself. I kept getting the "500 Error - Internal Server Error" everytime I tried to setup or access the gallery. Deleting the .htaccess file gets around this, but I'd rather keep as much functionality of the gallery avaliable as possible. I managed to get it working, and I'd figure it would be good to share for anybody else that's looking to get Gallery1 (and possibly other packages) running on their hosts.
I managed to figure it out from
this FAQ question.
Basically, in ISPConfig, you want to enter something like the following in the
Apache Directives (Optional): box of the site you want gallery in:
Code:
<Directory "/path/to/your/gallery/directory">
AllowOverride Options FileInfo
</Directory>
For example, on my site, I have this:
Code:
<Directory '/var/www/web1/web/gallery'>
AllowOverride Options FileInfo
</Directory>
Thanks, and I hope this helps others.
Recent comments
14 hours 31 min ago
19 hours 29 min ago
20 hours 56 min ago
21 hours 49 min ago
23 hours 32 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 7 hours ago
1 day 20 hours ago
1 day 21 hours ago