.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

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -