.htaccess rewriteRule help

alphabetsoup2

New Member
I have a link in my index.html:\[code\] href="http://stackoverflow.com/questions/3893606/my_page.php?cat=14&p=1";\[/code\]Now, how can I rewrite this so that it looks like this:\[code\] /my_page/14/1\[/code\]I have this so far, but I don't know how to add the ending '/1' to this:\[code\] RewriteRule ^kategori/([0-9_]+)$ browse_cat.php?cat_gr=$1 [NC]\[/code\]Thanks
 
Back
Top