Wordpress .htaccess问题导致空白页

时间:2013-10-05 08:24:24

标签: wordpress .htaccess

我的wordpress .htaccess文件存在一些问题。由于某种原因,它导致网站显示为空白(根本没有显示数据),并且一旦我重命名.htaccess文件夹,索引页面加载但没有其他页面加载(由于重写规则)所以它是一个非常问题。我不能没有它,也不能像现在这样生活。

这就是它目前的样子,我设法提取了一些错误文件

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

错误:

  

[Sat Oct 05 00:43:55 2013] [11544193] [autoindex:error] [客户端   66.249.74.36:62083] AH01276:无法提供目录/ var / chroot / home / content / 93/115444193 / html / wordpress /:无匹配   的DirectoryIndex   (default.html中default.htm,方法的index.php,index.shtml,的index.html,index.htm的,home.html的,home.htm,index.php5,welcome.html,welcome.htm)   找到,以及由Options禁止的服务器生成的目录索引   指令

我不知道如何解决这个问题,所以非常感谢任何帮助。

0 个答案:

没有答案