summaryrefslogtreecommitdiff
path: root/.htaccess.dist
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-21 12:34:38 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-21 12:34:38 +0100
commitd5afc4491d43c94e7ec682426a3bf77f6bf7eb3c (patch)
tree1c77edb8b25ba378fbffc162afe83eed35c53b2f /.htaccess.dist
parent46723c19ed4d19f6ed293f9a410604336efd5c0a (diff)
downloadrpg-d5afc4491d43c94e7ec682426a3bf77f6bf7eb3c.tar.gz
rpg-d5afc4491d43c94e7ec682426a3bf77f6bf7eb3c.tar.bz2
commented Options line in .htaccess.dist
darcs-hash:20060121113438-7ad00-981a91a743990c426d21c7e55986922fa208f6e5.gz
Diffstat (limited to '.htaccess.dist')
-rw-r--r--.htaccess.dist8
1 files changed, 5 insertions, 3 deletions
diff --git a/.htaccess.dist b/.htaccess.dist
index 45747c1ca..0f8d55ef0 100644
--- a/.htaccess.dist
+++ b/.htaccess.dist
@@ -1,7 +1,8 @@
## Enable this to restrict editing to logged in users only
-#disable indexes
-Options -Indexes
+## You should disable Indexes and MultiViews either here or in the
+## global config
+#Options -Indexes -MultiViews
## make sure nobody gets the htaccess files
<Files ~ "^[\._]ht">
@@ -10,7 +11,8 @@ Options -Indexes
Satisfy All
</Files>
-## Comment these rules in if you want to have nice URLs
+## Comment these rules in if you want to have nice URLs using
+## $conf['rewrite'] = 1 - not needed for rewrite mode 2
#RewriteEngine on
#RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
#RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]