summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.htaccess10
1 files changed, 5 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index 3bd1bde..e73f269 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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>