我在.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
仅用于加载页眉和页脚。
答案 0 :(得分:1)
在.htaccess文件中尝试添加DirectoryIndex decode.php index.php