From 65c9a6432594d03159c83e61ec4954a6da1b8d5b Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 14 Jan 2005 22:44:50 +0100 Subject: htaccess update darcs-hash:20050114214450-9977f-092a1fbdbed72ad5f1dee2708aeb9fc14ecd8df6.gz --- .htaccess.dist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .htaccess.dist (limited to '.htaccess.dist') 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 + + Order allow,deny + Deny from all + Satisfy All + + +## 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 -- cgit v1.2.3