From d5afc4491d43c94e7ec682426a3bf77f6bf7eb3c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 21 Jan 2006 12:34:38 +0100 Subject: commented Options line in .htaccess.dist darcs-hash:20060121113438-7ad00-981a91a743990c426d21c7e55986922fa208f6e5.gz --- .htaccess.dist | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.htaccess.dist') 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 @@ -10,7 +11,8 @@ Options -Indexes Satisfy All -## 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] -- cgit v1.2.3