summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-07-31 02:34:39 +0000
committerChristian Fowler <spider@viovio.com>2006-07-31 02:34:39 +0000
commit09ff078161d5e7a37b20322c6fd2cd3d991e6a7d (patch)
tree0e166878e02d1f82ed8610330acede54f2a8f238 /.htaccess
parent3d1e80bfea1e5b8d8db50bffe70be8b49ba42589 (diff)
downloadarticles-09ff078161d5e7a37b20322c6fd2cd3d991e6a7d.tar.gz
articles-09ff078161d5e7a37b20322c6fd2cd3d991e6a7d.tar.bz2
articles-09ff078161d5e7a37b20322c6fd2cd3d991e6a7d.zip
comment out RewriteBase
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 2 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e09218a..97a6aef 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine on
- RewriteBase /articles/
+# Uncomment this line if you have a crappy host
+# RewriteBase /articles/
RewriteRule ^([0-9]+)$ read.php?article_id=$1 [L]
</IfModule>