diff options
Diffstat (limited to 'blog/.htaccess')
-rw-r--r-- | blog/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/.htaccess b/blog/.htaccess index ec30801..b67accb 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,3 +1,3 @@ -RewriteEngine on -RewriteBase /blog +RewriteEngine on
+RewriteBase /blog
RewriteRule ^/?article-([a-zA-Z0-9_@\-]+)$ /blog/_article.php?i=$1 [L]
\ No newline at end of file |