RewriteRule with Multiple Variables not parsing correctly
Hello,
I'm having trouble with a Apache Rewrite rule that needs to pass two variables. It should be simple enough, but the output is not parsing the variable properly.
Here's the rule as I'm using it:
RewriteRule ^/?(category)/([A-Za-z-]+)/([0-9-]+)/?$ /index.php?c=$2&start=$3 [L]
Bookmarks