htaccess update

darcs-hash:20050114214450-9977f-092a1fbdbed72ad5f1dee2708aeb9fc14ecd8df6.gz
This commit is contained in:
andi 2005-01-14 22:44:50 +01:00
parent 28331bcdb4
commit 65c9a64325
1 changed files with 16 additions and 0 deletions

16
.htaccess.dist Normal file
View File

@ -0,0 +1,16 @@
## Enable this to restrict editing to logged in users only
## make sure nobody gets the htaccess files
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
## Comment these rules in if you want to have nice URLs
#RewriteEngine on
#RewriteRule ^$ doku.php [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule (.*) doku.php?id=$1 [QSA,L]
#RewriteRule ^index.php$ doku.php