URL Rewrite for Query in URL
-
I created two WP pages, one parent to the other. And I’m passing a variable from pageone to pagetwo. What do I need to do to rewrite the url so the querystring is extended to another folder?
So I have
/pageone/pagetwo/?getCat=Flowers
How can I make it:
/pageone/pagetwo/flowers/
I’m using WordPress 2.3.1
I assume I need to add a rewrite rule to my htaccess. Can someone help me with the rule?
I remember reading something about 2.3.1 doing something to rewrites, does it affect this?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘URL Rewrite for Query in URL’ is closed to new replies.