MOD_REWRITE woes

fribse2004

Joined: 2008-03-24
Posts: 2
Posted: Fri, 2010-03-12 11:08

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???

 
__juergen__

Joined: 2010-03-14
Posts: 3
Posted: Sun, 2010-03-14 19:42

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

 
fribse2004

Joined: 2008-03-24
Posts: 2
Posted: Tue, 2010-03-16 10:22

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...