- Made the "http://foo.com/blog/username" URL syntax work again. Patch by

Foxen.
4.0.x
Dries Buytaert 2001-12-30 13:00:00 +00:00
parent 9b69714c3f
commit 7a673ac3cc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ErrorDocument 500 /error.php
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^blog/(.*) /module.php?mod=blog&op=view&name=$1 [R]
RewriteRule ^blog/(.*) /module.php?mod=blog\&op=view\&name=$1 [R]
</IfModule>
# $Id$