Skip to content
Snippets Groups Projects
Commit 1dc3b3e2 authored by chris's avatar chris
Browse files

bug#808, add RewriteBase to .htaccess.dist

darcs-hash:20060530114718-9b6ab-a8b3fc911a254db30aba00747f876a1be49ac7d6.gz
parent 488d5fa0
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,15 @@
Satisfy All
</Files>
## Comment these rules in if you want to have nice URLs using
## Uncomment these rules if you want to have nice URLs using
## $conf['rewrite'] = 1 - not needed for rewrite mode 2
#RewriteEngine on
#
## Not all installations will require the following line. If you do,
## change "/dokuwiki" to the path to your dokuwiki directory relative
## to your document root.
#RewriteBase /dokuwiki
#
#RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
#RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
#RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment