[PHP]如何在SAE的CodeIgniter项目中隐藏掉index.php
来源:程序员人生 发布时间:2014-03-27 02:58:47 阅读次数:3525次
第一步:修改项目根目录的config.yaml文件,添加如下内容:
handle: - rewrite: if(!is_dir() && !is_file() && path~"/") goto "/index.php/%{QUERY_STRING}"
第二步:将application/config/config.php中的$config['index_page']设置为'':$config['index_page'] = '';
OK,搞定。
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠