mod-rewrite
Well i am trying to use mod re-write and have put this in a .htaccess file but it does nothing:
Any ideas?
I'm trying to change "index.php?menu=showcat&cid=4"
to like
/category/4/
please help
thanks!
Well i am trying to use mod re-write and have put this in a .htaccess file but it does nothing:
Code:
RewriteRule ^category/([0-9]+)?$ index.php?menu=showcat&cid=$1
Any ideas?
I'm trying to change "index.php?menu=showcat&cid=4"
to like
/category/4/
please help
thanks!




