• Resolved bivvo

    (@bivvo)


    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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you tried taking out what you added and seeing if the site runs fine?

    Thread Starter bivvo

    (@bivvo)

    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.

    Revert to your last stable .htaccess file. (This is exactly why it’s important to backup files before making any edits.)

    Please contact the server administrator, [email protected]

    Did you contact the admin? There is nothing wrong with the .htaccess file.

    Thread Starter bivvo

    (@bivvo)

    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.

    Thread Starter bivvo

    (@bivvo)

    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:
    
     <[email protected]>
    
    SMTP error from remote server after RCPT command:
    host mxintern2.kundenserver.de[...]:
    550 unrouteable address

    Try logging into your hosted account and post a service ticket.

    Maybe here?
    https://kundenserver.com/

    Thread Starter bivvo

    (@bivvo)

    It works… Called the service center and in fact I do not know what it was.

    Thanks a lot for your help everybody!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘PLEASE HELP! Internal Server Error after editing .htaccess’ is closed to new replies.