好吧……我的标题有点夸张……
我的网站是用 PHP 构建的,我试图“require_once”的所有文件都没有被加载。我更改的唯一文件是我的 .htaccess 文件。我对 .htaccess 一无所知,而我所拥有的完全来自于网络搜索。怎么了?感谢您提前提供任何帮助。
RewriteEngine on
<Files 403.shtml>
order allow,deny
allow from all
</Files>
ReWriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
ReWriteRule !index.php index.php [L]
此外,如果我注释掉最后两行,我的网站运行良好。