This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
install / upgr...
> Bug
htaccess and mod rewrite in Version 0.08093
/
#7170
Move
Bookmark
Summary
For Milestone
v0.09 - getting stable
Status
open
Opened
Nov 26, 2008
Created
Nov 26, 2008
/
guest
Modified
Jan 5, 2009
/
phsouzacruz
View previous 4 versions
Assigned to
pixtur
Attached files
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
Issue report
Severity
Minor
Reproducibility
Always
Platform
Apache/1.3.36 Server, PHP5
Version
08093RC1
Build
2008-11-15
3 Comments
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
Mark as bookmark
Comment / Update
Add comment
Comment
Details
(
Wiki format
)
Request feedback
Please copy the text