.htaccess redirect for index.php

时间:2013-09-07 17:23:23

标签: php .htaccess

我在.htaccess

上有这段代码
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ decode.php

当我转到www.my_website/index时,decode.php被称为

但是,当我转到www.my_website时,decode.php未被调用。

decode.php仅用于加载页眉和页脚。

1 个答案:

答案 0 :(得分:1)

在.htaccess文件中尝试添加DirectoryIndex decode.php index.php