网址重写无法使用编码的URL?

时间:2019-02-16 20:37:18

标签: apache .htaccess

我的htaccess和编码的网址有问题

RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?path=$1 [NE,NC,L,QSA]

此工作

https://domain.info/api/tets/test/?output=Java

但这没用。

https://domain.info/api/tets/text%2Fhtml/?output=Java

服务器显示404页面未找到
但是我不明白为什么?怎么了?

0 个答案:

没有答案