summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authornatrak <>2003-02-13 09:18:32 +0000
committernatrak <>2003-02-13 09:18:32 +0000
commit62212c7b3d08c4162c7ee7bc29895c8d98710ce8 (patch)
treed3736f350e704abd0d9e9df48f08c2f80b6c7dad /.htaccess
parentd154836125a41440036912875a9461c0a6656f18 (diff)
downloadbrdo-62212c7b3d08c4162c7ee7bc29895c8d98710ce8.tar.gz
brdo-62212c7b3d08c4162c7ee7bc29895c8d98710ce8.tar.bz2
- fixing a typo in the RewriteRule
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index f1f02e451..1890b7a4f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -38,7 +38,7 @@ ErrorDocument 500 /error.php
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
- RewriteRule ^blog/(.*) /index.php?q=blog/name=$1 [R]
+ RewriteRule ^blog/(.*) /index.php?q=blog/$1 [R]
</IfModule>
# $Id$