Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.htaccess 使用htaccess解码编码的URL_.htaccess_Url_Redirect_Decode_Encode - Fatal编程技术网

.htaccess 使用htaccess解码编码的URL

.htaccess 使用htaccess解码编码的URL,.htaccess,url,redirect,decode,encode,.htaccess,Url,Redirect,Decode,Encode,好的,我已经设置了一个返回URL,因此在paypal交易后,它会重定向到此URL: https://legendarymarket.org/index.php?route=checkout/success 但paypal将其回复为: https://legendarymarket.org/index.php?route=checkout%252fsuccess 我想除了通过htaccess重定向它之外,我什么都做不了,有什么帮助吗?为什么/双重转义?是的,我不知道贝宝为什么返回“%252f”

好的,我已经设置了一个返回URL,因此在paypal交易后,它会重定向到此URL:

https://legendarymarket.org/index.php?route=checkout/success
但paypal将其回复为:

https://legendarymarket.org/index.php?route=checkout%252fsuccess

我想除了通过htaccess重定向它之外,我什么都做不了,有什么帮助吗?

为什么
/
双重转义?是的,我不知道贝宝为什么返回“%252f”