summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index ef63b4446..f1f02e451 100644
--- a/.htaccess
+++ b/.htaccess
@@ -26,7 +26,7 @@ ErrorDocument 500 /error.php
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
- php_value arg_separator.output "&"
+ php_value arg_separator.output "&"
php_value session.cache_expire 200000
php_value session.cookie_lifetime 2000000
php_value session.auto_start 0
@@ -38,7 +38,7 @@ ErrorDocument 500 /error.php
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
- RewriteRule ^blog/(.*) /module.php?mod=blog\&name=$1 [R]
+ RewriteRule ^blog/(.*) /index.php?q=blog/name=$1 [R]
</IfModule>
# $Id$