首页 > 代码库 > nginx 访问默认index.html首页跳转指定页面

nginx 访问默认index.html首页跳转指定页面

nginx 访问默认index.html首页跳转指定页面

在server 段加入:

rewrite ^/index.html(.*)$ /index.php permanent;


本文出自 “jinchuang” 博客,请务必保留此出处http://jinchuang.blog.51cto.com/8690689/1897388

nginx 访问默认index.html首页跳转指定页面