Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #634764

    When accessing the page I get the error:
    ERR_TOO_MANY_REDIRECTS

    I have tried lat create a new .htaccess file and I have disabled the plugins that can be deactivated – but nothing helps :(
    …hope you can help

    Best regards
    Andreas

    #634786

    Hi SpeakIT!

    Please contact your hosting provider and ask to send you details of the logfiles
    With that, you will be able to check the issue and decide where you can locate the files.

    Please do let us know if we can help you further

    Best regards,
    Basilis

    #634809

    Thanks for your prompt answer. Here is the log file :)

    #635045

    Hi,

    Could you try using the following and nothing else in your .htaccess file please?

    # 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

    Thanks,
    Rikard

    #635050

    Then I get this error :

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at webmaster@l…. to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    #635345

    Hi,

    Can you please post FTP logins here privately as well?

    Best regards,
    Yigit

    #635361

    Here you are :)

    #635372

    Hey!

    I removed the content of your .htaccess file (backup file is in the same directory named .htaccessa) and changed

    define('WP_HOME','');
    define('WP_SITEURL','');

    in wp-config.php file. You entered your site address with uppercase letters, i changed it to all lowercase.
    Please review your website now

    Cheers!
    Yigit

    #635378

    YOU ARE A STAR….!!!! THANKS YOU SO MUCH :)

    #635379

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Too many redirects’ is closed to new replies.