tp5 在Nginx部署转发机制htacess
#转发机制
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
如果您觉得此文章可以帮得到你,可以打赏作者!!
#转发机制
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
如果您觉得此文章可以帮得到你,可以打赏作者!!