From ebd95351401cfc23633671210bf89a6b4b3a7c0b Mon Sep 17 00:00:00 2001 From: natrak <> Date: Wed, 12 Feb 2003 21:37:55 +0000 Subject: - Fixed blog.module to accept blog/name URLs as well as blog/id - Changed the RewriteRule in .htaccess. - Fixed form_select() matching incorrectly. - Added missing $Id$ to menu.inc --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') 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 RewriteEngine on - RewriteRule ^blog/(.*) /module.php?mod=blog\&name=$1 [R] + RewriteRule ^blog/(.*) /index.php?q=blog/name=$1 [R] # $Id$ -- cgit v1.2.3