直到今天我可以打开我的Wp页面,但今天不是打开,它只是自动开始下载。如果您有任何想法,请帮助我。
这是我的网站:http://marketingfokusz.hu/
这是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