Page 1 of 1

RewriteRule is giving me an error.

Posted: Sun Jun 10, 2007 9:22 am
by tecktalkcm0391
I have about nine other rules, some with conditions above this that all worked/still work fine. I just cant get this to work:

Code: Select all

RewriteRule ^browse/([A-Za-z+])/$ /browser.php?cat=$1 [NC]
I want it so if a user goes to site.com/browse/kitchen it goes to browser.php?cat=kitchen.

HELP! Thanks!

Re: RewriteRule Giving me an error.

Posted: Sun Jun 10, 2007 9:53 am
by volka
tecktalkcm0391 wrote:RewriteRule Giving me an error.
Does this include an error message?
tecktalkcm0391 wrote:

Code: Select all

RewriteRule ^browse/([A-Za-z+])/$ /browser.php?cat=$1 [NC]
Where did you place this rule?

Posted: Sun Jun 10, 2007 10:05 am
by tecktalkcm0391
its just gives me a page cannot be found. and its in the .htaccess