最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
phpstudy如何隐藏index.php phpstudy隐藏index.php方法
时间:2022-06-24 22:19:52 编辑:袖梨 来源:一聚教程网
phpstudy如何隐藏index.php?本篇文章小编给大家分享一下phpstudy隐藏index.php方法,文章代码介绍的很详细,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
phpstudy如何隐藏index.php
找到打开 vhosts-ini
location / {
**if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
}**
index index.html index.htm index.php;
#autoindex on;
}
在配置文件中加入粗体!
PS:下面看下phpstudy 中使index.php文件优先于index.html
相信有很多人碰到在根目录同时存在index.html和index.php文件,目的是想默认直接走index.php文件,这个要怎么解决呢?
在phpstudy中有个快捷的设置,如下图,我用框圈起来的内容把index.php 放在最前面,我这个是改过之后的了。
有的朋友会说,那我是别的集成环境怎么办,或者不是集成环境,就是apache服务怎么解决,在Apacheconfhttpd.conf文件中,在251行,同理把index.php放在最前面。如果那行没有,搜索DirectoryIndex。
相关文章
- 《Pokemon TCG》Mega Evolution - Chaos Rising 系列 Crobat 全图卡牌情报公开 04-25
- TGA年度最佳《光与影 33号远征队》销量爆炸 官宣突破八百万 04-25
- 刺客信条 黑旗记忆重置版现价格异常,豪华版短时直降10美元引热议 04-25
- 全本小说账号怎么注销 04-25
- 异环新手实用开荒建议指南 04-25
- 怎么解锁《Kiln》中的所有成就 04-25

