Sorry if this is a basic question, but Im wondering why my site doesn't display correctly unless I utilize the index.php extension. Here is an example :
很抱歉,如果这是一个基本问题,但我想知道为什么我的网站无法正确显示,除非我使用index.php扩展名。这是一个例子:
www.copishboutqiue.com/salon
which displays incorrectly but
显示不正确但是
www.copishboutique.com/salon/index.php displays the correct layout we're using. Why do I need to use the index.php when this is the only file in the root directory?
www.copishboutique.com/salon/index.php显示我们正在使用的正确布局。当这是根目录中唯一的文件时,为什么需要使用index.php?
1 个解决方案
#1
1
if you are using an apache server create a .htaccess file in the root directory of your website and add
如果您使用的是apache服务器,请在您网站的根目录中创建一个.htaccess文件并添加
DirectoryIndex index.php
#1
1
if you are using an apache server create a .htaccess file in the root directory of your website and add
如果您使用的是apache服务器,请在您网站的根目录中创建一个.htaccess文件并添加
DirectoryIndex index.php