summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$