我正在尝试在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
任何帮助表示赞赏,
肯