We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the "From" field contains UTF-8 chars, the redirects from the TYPO3 redirects module will not work:
Redirecting /cn/产品查询 to t3://page?uid=1 will not work, but redirecting /cn/%E4%BA%A7%E5%93%81%E6%9F%A5%E8%AF%A2 to t3://page?uid=1does work.
/cn/产品查询
t3://page?uid=1
/cn/%E4%BA%A7%E5%93%81%E6%9F%A5%E8%AF%A2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the "From" field contains UTF-8 chars, the redirects from the TYPO3 redirects module will not work:
Redirecting
/cn/产品查询
tot3://page?uid=1
will not work,but redirecting
/cn/%E4%BA%A7%E5%93%81%E6%9F%A5%E8%AF%A2
tot3://page?uid=1
does work.The text was updated successfully, but these errors were encountered: