Home > php教程 > php手册 > 如何通过.htaccess修改网站默认首页?

如何通过.htaccess修改网站默认首页?

WBOY
Release: 2016-06-13 09:36:13
Original
1397 people have browsed it

经常会碰到网站做完后,客户要求加个网站引导页,但网站的index.php已经定义了,于是乎不得不想办法跳过index.php这个页面,另外设置一个主页了,除了使用网站管理的控制面板设定网站默认首页优先顺序之外,本篇文章将分享另外一种修改网站默认首页的办法,通过.htaccess修改网站默认首页,具体操作步骤如下:

1、新建立一个.htaccess文件并在该文件中加入如下代码:

DirectoryIndex home.html index.htm index.php index.cgi
Copy after login

2、修改完毕将该文件上传到网站的根目录下面即可。

注:您还可以将首页文件设置为其他后缀和名称,例如:pagename.html、index.php3、message.pl等等,另外要使.htaccess文件生效,必须要求存放该网站的主机或空间支持.htaccess文件才行,不行的话可联系空间商开通此功能!

您可能感兴趣的文章

  • 通过.htaccess设置网站默认首页
  • 利用.htaccess拒绝某ip访问网站
  • 使用PHP的GZip压缩功能对网站JS和CSS文件进行压缩加速网站访问速度
  • 如何利用.htaccess防盗链网站图片
  • .htaccess如何设置防盗链某个目录的图片
  • 10 段实用的 .htaccess 代码片段
  • 程序中通过define定义的常量如何在smarty模板中使用
  • 通过MySQL Slow Log来分析MySQL CPU占用高的问题
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template