diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-12-25 21:43:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-12-25 21:43:21 +0000 |
| commit | e82c0323b28a80a7578008bc62e19d88dc2c165c (patch) | |
| tree | 248c7e3fdcfde20ee1ce59a73f0439e5514caa97 | |
| parent | e2794a3e8ff35c032916a27017dd20ceb8c3fa9d (diff) | |
| download | pigeonholes-e82c0323b28a80a7578008bc62e19d88dc2c165c.tar.gz pigeonholes-e82c0323b28a80a7578008bc62e19d88dc2c165c.tar.bz2 pigeonholes-e82c0323b28a80a7578008bc62e19d88dc2c165c.zip | |
simplify .htaccess file that it works with renamed pigeonholes dir as well
| -rw-r--r-- | .htaccess | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ <IfModule mod_rewrite.c> 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] </IfModule> |
