我的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页面未找到
但是我不明白为什么?怎么了?