Until today I can open my Wp page, but today instead of open, it's just automatically get started to download. If you have any idea why, please help me.
This is my site: http://marketingfokusz.hu/
This is what in the htaccess file:
# 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