hi there,
I've edited my htaccess file and now I get the internal server error: danielnoha.de
Tried to delete the existing htaccess file and replaced it with a fresh one, with the following content:
# 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
But that did not help...
Any suggestions? I am really frustrated not to find a solution by myself...
Thx & regards
kLunKr
Member
Posted 3 months ago #
Have you tried taking out what you added and seeing if the site runs fine?
Yes, but it does not work :/
Also deactivated all plugins - no effect.
I searched for an error log via FTP, but there's none - only access logs.
dianat
Member
Posted 3 months ago #
Revert to your last stable .htaccess file. (This is exactly why it's important to backup files before making any edits.)
kmessinger
Member
Posted 3 months ago #
Please contact the server administrator, webadmin@kundenserver.de
Did you contact the admin? There is nothing wrong with the .htaccess file.
maybe it is an encoding problem...? because I opened the file to do a change and I had to choose an encoding. may it was the wrong one? tried to copy the content into a new and empty text file, saved it as htaccess and uploaded it via ftp. renamed and did not help.
Did you contact the admin? There is nothing wrong with the .htaccess file.
Done 2mins ago. Response:
A message that you sent could not be delivered to one or more of
its recipients. The following addresses failed:
<webadmin@kundenserver.de>
SMTP error from remote server after RCPT command:
host mxintern2.kundenserver.de[...]:
550 unrouteable address
kmessinger
Member
Posted 3 months ago #
Try logging into your hosted account and post a service ticket.
Maybe here?
http://kundenserver.com/
It works... Called the service center and in fact I do not know what it was.
Thanks a lot for your help everybody!