I've been struggling to get this beautiful gallery app up and running. I've managed to get as far as creating an album but as soon as I try to go to the next step I get a 404 error. I suspect it might be my httpd file needs some tweaking. Here's a link: http://www.hybridgenius.com/dfg/admin/gallery/status
Here's my apache config:
<Directory /var/www/dfg/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
I've read through the comments but couldn't find a solution to this particular issue so I'm posting here. Any info is appreciated!
Disregard, the error was RIGHT in front of my face "GD Extension" was needed.
Post new comment