我正试图在http://gtmetrix.com/测试我的移动网站(wordpress)但它告诉我有404错误。在我尝试的所有内容中,页面加载对我来说很好,而其他网站在GTMetrix中对我来说很好。我不知道该怎么办才能尝试解决错误。
http://textandmobilemarketing.mobi/home-2/
htaccess的副本:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName textandmobilemarketing.mobi
AuthUserFile /home/textand2/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/textand2/public_html/_vti_pvt/service.grp
# 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
任何帮助表示赞赏,
肯
答案 0 :(得分:1)
已安装 WP-DBManager 插件,'修复了数据库',一切恢复正常:)