Hi!
I'm getting internal server errors..
First i couldn't reach my whole site.. So i changed the .htaccess to de "deafault" of wordpress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
So my normal site is running again. But when i want to go to my dashboard, i'm getting the same internal error message..
Also, my subdomains having the same error's..
How can i solve this problem? Should i contact my hosting provider?
Thanks in advance!!