RewriteRule is giving me an error.
Posted: Sun Jun 10, 2007 9:22 am
I have about nine other rules, some with conditions above this that all worked/still work fine. I just cant get this to work:
I want it so if a user goes to site.com/browse/kitchen it goes to browser.php?cat=kitchen.
HELP! Thanks!
Code: Select all
RewriteRule ^browse/([A-Za-z+])/$ /browser.php?cat=$1 [NC]HELP! Thanks!