Task (done?)

no login/#7139

Summary

done?
Nov 24, 2008
100%
Nov 25, 2008 / ags
Mar 27, 2009 / guest
 

Attached files

No files uploaded
 
the install seems to progress ok, no error messages; but when trying to login as admin trying to load my-website.com/submit resulting 404 page not found.

site is configured as virtual server using apache2

4 Comments

pixtur:mod_rewrite?

4 years ago (2. update 4 years ago)

This might be a problem with apache-mod_rewrite. Per default we now enable clean-urls which do not work correctly without mod_rewrite.

Solution for youπ

Edit customize.inc.php and uncomment the following line:

from customize.inc.php

#confChange('USE_MOD_REWRITE', false);	

guest:Same problem with lighttpd

4 years ago - Delete

With Streber 0.08093 (2008-11-15) and Lighttpd 1.4.19 and mod_rewrite installed and enabled I'm getting 404 when trying to log in.

Had to disable mod rewrite in Streber to work.

Previous version worked.

pixtur:ok...

4 years ago

Sounds like enabling mod_rewrite as default is not a good idea.

guest:Thanks

3 years ago - Delete

it was true, and I've changed it to false. Then it runs.