输入http://IP/a/b 实际跳转 http://IP/a/b/index.html
由于后端是用lighttpd起的服务,所以用到了lighttpd的mod_rewrite
官方解释:internal redirects, url rewrite
其余大家自己看官网吧,不难
附lightppd官网配置文档链接:http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ConfigurationOptions
输入http://IP/a/b 实际跳转 http://IP/a/b/index.html
由于后端是用lighttpd起的服务,所以用到了lighttpd的mod_rewrite
官方解释:internal redirects, url rewrite
其余大家自己看官网吧,不难
附lightppd官网配置文档链接:http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ConfigurationOptions