Public bug reported:

Binary package hint: dokuwiki

After installing the package going to the configuration page inside dokuwiki I 
set the 'userewrite' setting. This results in a system that only displays "404 
Not Found / URL /usr/share/dokuwiki/doku.php was not found".
So user is not able to do anything through the webinterface anymore.

My workaround after experiencing this:
Manually edit /usr/share/dokuwiki/.htaccess  to get this functionality working. 
Not only uncommenting the RewirteRule lines but also modifying the last 2 
RewriteRule lines into
  RewriteRule (.*)                      /dokuwiki/doku.php?id=$1  [QSA,L]
  RewriteRule ^index.php$               /dokuwiki/doku.php

A simple change in configuration settings on a webpage shouldn't block
the complete dokuwiki site. At least show some warning before applying
this change.

** Affects: dokuwiki (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
URL not found when enabling userewrite
https://bugs.launchpad.net/bugs/102242
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to