Skip to content
Snippets Groups Projects
Commit 62212c7b authored by natrak's avatar natrak
Browse files

- fixing a typo in the RewriteRule

parent d1548361
No related branches found
No related tags found
No related merge requests found
......@@ -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$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment