summaryrefslogtreecommitdiff
path: root/.htaccess.dist
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-01-14 22:44:50 +0100
committerandi <andi@splitbrain.org>2005-01-14 22:44:50 +0100
commit65c9a6432594d03159c83e61ec4954a6da1b8d5b (patch)
tree3d3b2bf22e4228ee8d7f6e2b73b4f20a8d58cbd5 /.htaccess.dist
parent28331bcdb47fba6eb00cdabb623749cdb7f12609 (diff)
downloadrpg-65c9a6432594d03159c83e61ec4954a6da1b8d5b.tar.gz
rpg-65c9a6432594d03159c83e61ec4954a6da1b8d5b.tar.bz2
htaccess update
darcs-hash:20050114214450-9977f-092a1fbdbed72ad5f1dee2708aeb9fc14ecd8df6.gz
Diffstat (limited to '.htaccess.dist')
-rw-r--r--.htaccess.dist16
1 files changed, 16 insertions, 0 deletions
diff --git a/.htaccess.dist b/.htaccess.dist
new file mode 100644
index 000000000..4cd3384df
--- /dev/null
+++ b/.htaccess.dist
@@ -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