首页 > 代码库 > Ubuntu下配置ThinkPHP隐藏index.php
Ubuntu下配置ThinkPHP隐藏index.php
http://doc.thinkphp.cn/manual/url_rewrite.html
以上连接为框架手册提供的步骤,而Ubuntu下apache环境与windows及其它Linux有一定区别
1.开启mod_rewrite.so模块
使用sudo a2enmod,可配置模块管理,再输入rewrite,则开启了mod_rewrite.so模块。
2.AllowOverride 改为All
sudo vim /etc/apache2/apache2.conf,开启找到AllowOverride,i修改,esc 冒号 wq保存。
如果不在这儿,按以下:
sudo vim /etc/apache2/sites-enabled/000-default.conf 找到AllowOverride,修改保存
3.依照手册拷贝一个.htcaccess到index.php路径。
4.重启apache :service apache2 restart
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。