0%

URI路由跳转(Nginx)

1 .htacccess 文件建立

rewrite ^(.*)$ /index.php last;

2.nginx 配置文件(config)
添加到相应的地方引用 .htaccess
include E:/www/test/.htaccess;
3.重启nginx

4.测试 http://www.ioqx.com/a/b/c/d.php 输出看看

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!