Chained address rewrite in Wordpress
- by kemp
What I need to do is rewriting this address:
(1) http://localhost/wordpress/fake/text-value
to
(2) http://localhost/wordpress/gallery?somevar=text-value
Notes:
the remapping must be transparent: the user always has to see address (1)
gallery is a permalink to a wordpress page, not a real address
I basically need to rewrite the address…