如何使默认页面home.php代替的index.html和index.php文件页面、文件、home、php

2023-09-02 00:21:38 作者:霸星天逆

我的网站 http://mywebsite.com 如果我打这个URL它需要的index.php index.html作为默认页面。我怎样才能让home.php默认页面。 我曾经试过,但不工作通过将以下code里面的public_html的.htaccess文件

  DirectoryIndex的home.php的index.html的index.php
 

解决方案

您只需要 home.php 的DirectoryIndex 做它的工作原理。请记住,这是用在你的根项目的.htaccess文件:

 的DirectoryIndex home.php
 
如何把index.html设置为默认网页

I have website http://mywebsite.com If I hit this URL it take index.php and index.html as default page. How can I make home.php as default page. I have tried this but not working by placing following code inside .htaccess file of public_html

DirectoryIndex home.php index.html index.php

解决方案

You just need home.php in your DirectoryIndex to make it works. Remember that this is using in .htaccess file of your root project:

DirectoryIndex home.php