【发布时间】:2023-03-20 10:23:01
【问题描述】:
我使用 XAMPP v3.2.1 并且路由适用于所有 URL,除非 URL 中有 م。 (م 是波斯字符).
例如此 URL 的路由是 404 Not Found:
localhost/FolderName/ClassName/MethodName/arg1/سلام%20بر
// if I remove this ^ character, everything will be fine
该 URL 的输出:
Not Found
The requested URL /myweb/islamic_sources/quran/843/سلام بر was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.6.8 Server at localhost Port 80
我该如何解决?
【问题讨论】:
标签: encoding http-status-code-404 url-routing persian