pixtur:mod_rewrite?
22 months ago (2. update 22 months 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
22 months 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.
22 months ago
Sounds like enabling mod_rewrite as default is not a good idea.
guest:Thanks
18 months ago - Delete
it was true, and I've changed it to false. Then it runs.