当我尝试打开我的Wordpress页面时,会自动下载而不是打开

时间:2016-07-14 14:05:09

标签: wordpress

直到今天我可以打开我的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

0 个答案:

没有答案