I can't get this to work, and I can't find a solution when searching.
Gallery version: 2.3.1
PHP version (e.g. 5.1.6): 5.2.5
PHPInfo Link: N/A from outside
Webserver: Apache 2.2.3
Database: 5.0.26
Activated toolkits: DCraw, FFMpeg, GD2, ImageMagick, Jpegtran, NetPBM
Operating system: SUSE Linux Enterprise 10 SP2
Browser: FF3.7 & IE8
phpinfo reports that mod_rewrite is loaded.
When I try to configure the plugin it fails on both tests. Both text files mentioned are modified.
When I add the AllowOverride line I immediately get an 'Access Denied' when accessing the webserver???
Posts: 3
Hello
Can you post the part of your apache conf where you set the AllowOverride parameter?
Here is my configuration:
<Directory /var/www/gallery2>
Options +ExecCGI Indexes FollowSymLinks MultiViews
Order allow,deny
allow from all
AllowOverride FileInfo Options
</Directory>
juergen
Posts: 2
Hey, That worked, why the h... didn't it work when I tried it, I didn't have the Options set up, so that might have been it...