URL Rewrite

Light Poster
19May2009,11:30   #1
webwss's Avatar
We are trying to get the urls to rewrite and show in the address bar. You can manually type the address of domain.com/category/category-1 into the address bar and it will take you to the appropriate page but redirects to the page with id and does not show the same url in the address bar.
Code:
 
RewriteRule ^category/category-([0-9]+)/?$ category/index.php?id=1&currentpage=$1&cat=Category [L,NC]
Go4Expert Founder
19May2009,19:24   #2
shabbir's Avatar
You need to have L, NC at the end and add QSA