我的网址是localhost / merge / Clients / index.php?action = show& id = 12 .. 所有我想让它像localhost / merge / Clients
RewriteEngine on
RewriteBase /Clients/
RewriteCond %{THE_REQUEST} ^.*\/index\.php\ HTTP/
RewriteRule ^(.*)index\.php$ /$1 [R=301,NC]
答案 0 :(得分:0)
尝试更改为RewriteBase /merge/Clients/