-
AuthorPosts
-
May 18, 2016 at 8:28 pm #634764
When accessing the page I get the error:
ERR_TOO_MANY_REDIRECTSI have tried lat create a new .htaccess file and I have disabled the plugins that can be deactivated – but nothing helps :(
…hope you can helpBest regards
AndreasMay 18, 2016 at 9:17 pm #634786Hi 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,
BasilisMay 18, 2016 at 10:44 pm #634809Thanks for your prompt answer. Here is the log file :)
May 19, 2016 at 8:35 am #635045Hi,
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,
RikardMay 19, 2016 at 8:50 am #635050Then 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.
May 19, 2016 at 5:36 pm #635345May 19, 2016 at 5:49 pm #635361Here you are :)
May 19, 2016 at 6:02 pm #635372Hey!
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 nowCheers!
YigitMay 19, 2016 at 6:12 pm #635378YOU ARE A STAR….!!!! THANKS YOU SO MUCH :)
May 19, 2016 at 6:18 pm #635379Hey!
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 -
AuthorPosts
- The topic ‘Too many redirects’ is closed to new replies.