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