Rewrite URL in specific pages
-
Hello,
I have a problem I couldn’t resolve:
Let’s say I have a page called “landing1”.
The url is: https://myblog.com/landing1/
I want to be able to call a non-existing url like:
https://myblog.com/landing1/my-magic-page
and it will not display a 404 error, it will rewrite the url to:
https://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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rewrite URL in specific pages’ is closed to new replies.