From e82c0323b28a80a7578008bc62e19d88dc2c165c Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 25 Dec 2006 21:43:21 +0000 Subject: simplify .htaccess file that it works with renamed pigeonholes dir as well --- .htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 3bd1bde..e73f269 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,9 @@ RewriteEngine on - RewriteBase /pigeonholes/ - RewriteCond %{SCRIPT_FILENAME} -f [OR] - RewriteCond %{SCRIPT_FILENAME}/index.php -f - RewriteRule ^(.*)$ - [L] +# RewriteBase /pigeonholes/ +# RewriteCond %{SCRIPT_FILENAME} -f [OR] +# RewriteCond %{SCRIPT_FILENAME}/index.php -f +# RewriteRule ^(.*)$ - [L] - RewriteRule ^(.*)$ index.php?content_id=$1 [L] + RewriteRule ^([0-9]+)$ index.php?content_id=$1 [L] -- cgit v1.3