jwds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Permalinks, redirection issues :(Found the Solution with more research given the new information I discovered. It was a very simple fix….
https://stackoverflow.com/questions/50580056/wordpress-too-many-redirects-home-page
Open Wp-config.php file in your root directory and add
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
Replace example .com with your site url an If you still can not access your site, then try to add your domain with www prefix.It works perfect now. 🙂
Forum: Fixing WordPress
In reply to: Changing Permalinks, redirection issues :(Thank you all for your notes. I reached out in other arenas to and everyone said the same thing pretty much, so I contacted my hosting provider and they do support “pretty” permalinks and they were able to duplicate my problem, but said the .htaccess and all were good, so to try the plugins like you suggested. I have tried deactivating each one individually and resetting, but nothing works. I even shut them all off after reading a tutorial that said two may cause the problem. Still not working. I changed the theme, still broken. So, after walking away from the frustration for a bit, today I thought I’d look into it again. I discovered something else today, that might be of help to diagnose the problem.
Today, after I changed the permalinks to “Post Name”, I could not access the site by typing in alanturnermusic.com to the URL bar. I got the same error message…
This page isn’t working
alanturnermusic.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTSHowever, I could access it if I went to a different page instead. If I typed in alanturnermusic.com/tour-dates/ It took me right to the tour page and everything displayed properly. I clicked through several pages and everything was perfect, the link structure was what I wanted, etc. Then I clicked the logo that will take me back to the home page of alanturnermusic.com and it crashed with the ERR_TOO_MANY_REDIRECTS.
I have even tried it with other browsers and still the same thing.
Leave it to me to have the issue that no one can solve. 🙁
Any thoughts?