Ok.
so i got 3 links:
example.com/?navopt=main
example.com/?navopt=filter
example.com/?navopt=brand
( I got a variable named $nav to navigate through these links. it means “navopt=$nav” )
what I want to do is to rewrite these link to this:
example.com/main
example.com/filter
example.com/brand
I read what you have posted but I cant figure it out to make it work. I tried a lot of code and still nothing. just showin me as it is or errors.
I will be greatful if you’ll help me here.