writing)
Options -Indexes +FollowSymLinks
<Directory /usr/share/dokuwiki/>
Options -Indexes ... ## Comment out these rules in if you want to have nice URLs
RewriteEngine on
R... RewriteRule ^(.*)$ doku.php?id=$1 [L,QSA]
</Directory>
</code>
Und der Apache neu gestartet:
<co