Hello,
I'm having hard times to figure out how to get a right expression for mod_rewrite:
this is my line:
RewriteRule ^category-([0-9]+)-([0-9]+)-([0-9]\+[0-9]).html$ /browse.php?pg_which=$1&cat=$2&order=$3
The first and second variable are ok. But I can't get the third one.
My query is as following:
http://mywebsite.de/category-2-52-bid+desc.html
How do I get the "bid+desc" with regular expressions for mod_rewrite ?![]()
Hope someone can help
Joerg


!
