phpstudy隐藏index.php phpstudy隐藏index.php的方法

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

phpstudy隐藏index.php phpstudy隐藏index.php的方法

辣椒齁甜   2021-03-16 我要评论
想了解phpstudy隐藏index.php的方法的相关内容吗,辣椒齁甜在本文为您仔细讲解phpstudy隐藏index.php的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点: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服务怎么解决,在Apache\conf\httpd.conf文件中,在251行,同理把index.php放在最前面。如果那行没有,搜索DirectoryIndex。

总结

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们