phpstudy如何隐藏index.php

mac2026-04-21  6

phpstudy如何隐藏index.php

找到打开 vhosts-ini

location / { //新增代码 if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; } index index.html index.htm index.php; #autoindex on; }

修改完保存配置文件,重启 phpstudy即可!

最新回复(0)