Hello,
I have a problem I couldn't resolve:
Let's say I have a page called "landing1".
The url is: http://myblog.com/landing1/
I want to be able to call a non-existing url like:
http://myblog.com/landing1/my-magic-page
and it will not display a 404 error, it will rewrite the url to:
http://myblog.com/landing1/?kw=my-magic-page
I want to do that only in specific pages and not in all of them.
Any idea how to do that? plugin? php coding? htaccess?
Thank you!