.htaccess - Redirecting a | (pipe) or %7C in htaccess -




how correctly redirect url permanently,

https://example.com/%7chttps://example.com/

to,

https://example.com

in htaccess?

thank you!

redirect 301 <src_url> <dst_url> 

so, in case:

redirect 301 /|example.com example.com 




wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -