feelexit
06-06-2007, 10:39 PM
http://localhost/theme/category.php?name=bush
http://localhost/theme/category/bush
this is my rewrite rule
#RewriteRule ^test/([a-zA-Z0-9]+)$ test.php?name=$1 [L]
I add echo $_GET['name'] to test my category.php page, no value showed. did I do something wrong?
http://localhost/theme/category/bush
this is my rewrite rule
#RewriteRule ^test/([a-zA-Z0-9]+)$ test.php?name=$1 [L]
I add echo $_GET['name'] to test my category.php page, no value showed. did I do something wrong?
