summaryrefslogtreecommitdiff
path: root/.htaccess.dist
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-05-30 13:47:18 +0200
committerchris <chris@jalakai.co.uk>2006-05-30 13:47:18 +0200
commit1dc3b3e206c870f92559d5f2b1025888d22efc51 (patch)
tree5860639776f999fd9775b06743411bcf6d933eba /.htaccess.dist
parent488d5fa0e2d3fefa560bfb579f2df48b98bc5836 (diff)
downloadrpg-1dc3b3e206c870f92559d5f2b1025888d22efc51.tar.gz
rpg-1dc3b3e206c870f92559d5f2b1025888d22efc51.tar.bz2
bug#808, add RewriteBase to .htaccess.dist
darcs-hash:20060530114718-9b6ab-a8b3fc911a254db30aba00747f876a1be49ac7d6.gz
Diffstat (limited to '.htaccess.dist')
-rw-r--r--.htaccess.dist8
1 files changed, 7 insertions, 1 deletions
diff --git a/.htaccess.dist b/.htaccess.dist
index 268144d8a..127ea2040 100644
--- a/.htaccess.dist
+++ b/.htaccess.dist
@@ -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]