install / upgr... > Bug (done?)

htaccess and mod rewrite in Version 0.08093/#7170

Summary

done?
Nov 26, 2008
100%
Nov 26, 2008 / guest
Jan 29, 2009 / guest
pixtur
 

Attached files

No files uploaded
 

Problemπ

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
 

6 Comments

guest:

4 years ago - Delete

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

4 years ago

hi gb5256,

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

guest:hey Pixtur

4 years ago - Delete

It's just this:

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


gb5256

pixtur:I can't reproduce...

4 years ago

Can you reproduce this issue with the latest release candiate?

tom

guest:Yes with .901

4 years ago - Delete

Apache Version Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2 PHP/5.2.6

Apache API Version 20051115

Server Administrator

Hostname:Port pb3.local:80

User/Group www(70)/70

Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100

Timeouts Connection: 300 - Keep-Alive: 5

Virtual Server No

Server Root /usr

Loaded Modules core prefork http_core mod_so mod_authn_file mod_authn_dbm mod_authn_anon mod_authn_dbd mod_authn_default mod_authz_host mod_authz_groupfile mod_authz_user
..
..
mod_vhost_alias mod_negotiation mod_dir mod_imagemap mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_bonjour2 mod_php5


php settings
allow_call_time_pass_reference Off

allow_url_fopen On

allow_url_include On

always_populate_raw_post_data Off

guest:Addendum to yes with .901

4 years ago - Delete

Not using .htaccess
Error was /submit not found on server
Fix was confChange('USE_MOD_REWRITE', false) as above