htaccess and mod rewrite in Version 0.08093 / #7170

Summary

open
Nov 26, 2008
Nov 26, 2008 / guest
Jan 5, 2009 / phsouzacruz
pixtur
 

Attached files

No files uploaded
After upgrading from version 083 I can not login anymore.
The update process run well and I got the message that everything is fine. After I hit the submit button on the login page I get a 404 error with "The requested URL /project3/submit was not found on this server.".

My server runs by default a php4 so I had to include the lines
"Action php /cgi-php5/php
AddHandler php5 .php"
to the htaccess.

As I run Apache 1.3.36 I have deleted the rest of the htaccess as mentioned in the installation manual here on the streber-pm.org.

I also set the customize.pphp.inc to be
confChange('LOG_LEVEL', LOG_MESSAGE_ALL);
confChange('DISPLAY_ERROR_LIST', 'DETAILS');
#confChange('CHECK_IP_ADDRESS', false);
confChange('USE_MOD_REWRITE', true);
#confChange('LINK_STAR_LIGHT', true);
#syntaxhighlighting for Gheckobased browsers

### uncomment the following line if you upgraded from mySQL 4
#confChange('DB_USE_UTF8_ENCODING',true);

#confChange('EMAIL_ADMINISTRATOR','mail.somedomain.de');
#confChange('SMTP','mail.yourdomain.de');

I think I did something wrong.
Any clues???

gb5256

Issue report

Minor
Always
Apache/1.3.36 Server, PHP5
08093RC1
2008-11-15
 

3 Comments

guest

Nov 26, 2008
View comment
Just figured it out.
There was an error in the customize file.
It has to be
confChange('USE_MOD_REWRITE', false);

Then it works.

pixtur

Nov 27, 2008
.htaccess
hi gb5256,

can you attach your modified htaccess for apache 1.3? I am just curious.

guest

Nov 27, 2008
hey Pixtur
It's just this:

Action php /cgi-php5/php
AddHandler php5 .php


gb5256
 

Comment / Update