V
V
Vasyl Belynets2020-09-18 17:59:58
htaccess
Vasyl Belynets, 2020-09-18 17:59:58

How to rename /?booking to /booking using .htaccess in WordPress?

How to rename get parameter /?booking to page URL /booking using .htaccess?
Thanks a lot

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Osher, 2020-09-18
@miraage

https://httpd.apache.org/docs/2.4/rewrite/intro.html
Something like this
RewriteRule "^/booking$" "/?booking" [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question