htaccess中的变音符重定向

htw*_*htw 3 php apache .htaccess redirect

由于变音符号,以下htaccess规则不起作用.

Redirect 301 /xyz/händedruck.html  /new/händedruck.html
Run Code Online (Sandbox Code Playgroud)

如何修改此重定向以使其有效?

Igo*_*bin 6

请尝试编码的URL: /xyz/h%C3%A4ndedruck.html

要在PHP中获取此字符串,您可以使用该urlencode函数.

还有很多网站可以为你做urlencoding.例如:http://meyerweb.com/eric/tools/dencoder/