[SOLVED] URL_Rewrite Problem

eFatFish

Joined: 2005-03-31
Posts: 11
Posted: Thu, 2005-03-31 03:10

Hi, First of all. Thanks for the great works that you guys are going. Its a great program.

I am having problem with the url_rewrite problem. when i configure the module, it keep saying its not enabled in apache, but i'm sure its enabled as its showing up in the phpinfo. I did read thur the forum, and found out someone could get it working by commenting out the "Options +FollowSymlinks" line in the .htaccess , but this is not my case. I did that and its still not working.

Hope you guys can help me fix this problem. Thanks!
----

Gallery URL (optional): http://www.efatfish.net/gallery2
Gallery version: Gallery2 beta1 (daily cvs updated)
Webserver (with version): Apache 2.051
Datatabase (with version):MySQL 4.1.1
PHP version (eg 4.2.1): 4.3.1
phpinfo URL (optional):
Graphics Toolkit(s): Imagick
Operating system: Fedora 2
Web browser/version:
G1 version (for migration bugs):

 
eFatFish

Joined: 2005-03-31
Posts: 11
Posted: Thu, 2005-03-31 03:24

Screen Shot

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2005-03-31 04:30

We've got some fixes for that module on the way. Stay tuned!

 
eFatFish

Joined: 2005-03-31
Posts: 11
Posted: Thu, 2005-03-31 05:10

oh ok... thanks!

 
pelle
pelle's picture

Joined: 2004-12-10
Posts: 389
Posted: Thu, 2005-03-31 10:21

eFatFish, rewrite, or no rewrite, going to http://www.efatfish.net/gallery2/modules/rewrite/test/mod_rewrite/gallery2/Rewrite.txt says that it doesnt work. You should see PASS_REWRITE if it works.

 
eFatFish

Joined: 2005-03-31
Posts: 11
Posted: Thu, 2005-03-31 10:54

hi pelle. thanks for the reply. i have pm you more details about the problem. please check.

 
pelle
pelle's picture

Joined: 2004-12-10
Posts: 389
Posted: Thu, 2005-03-31 13:15

Have you tried this?

Edit: Oh, and its usually a good thing to have the "AllowOverride FileInfo Options" in you main apache config for mod_rewrite to work.

 
eFatFish

Joined: 2005-03-31
Posts: 11
Posted: Thu, 2005-03-31 14:39
pelle wrote:
Edit: Oh, and its usually a good thing to have the "AllowOverride FileInfo Options" in you main apache config for mod_rewrite to work.

cool.. i did that. and its working now.. thanks for your help.