From 1dc3b3e206c870f92559d5f2b1025888d22efc51 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 30 May 2006 13:47:18 +0200 Subject: bug#808, add RewriteBase to .htaccess.dist darcs-hash:20060530114718-9b6ab-a8b3fc911a254db30aba00747f876a1be49ac7d6.gz --- .htaccess.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.htaccess.dist') diff --git a/.htaccess.dist b/.htaccess.dist index 268144d8a..127ea2040 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -11,9 +11,15 @@ Satisfy All -## 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] -- cgit v1.2.3