Skip to content
Snippets Groups Projects
Commit d5afc449 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

commented Options line in .htaccess.dist

darcs-hash:20060121113438-7ad00-981a91a743990c426d21c7e55986922fa208f6e5.gz
parent 46723c19
No related branches found
No related tags found
No related merge requests found
## 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]
......
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