-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom domain name #29
Comments
This is actually a Wordpress error that has to do with the way you have supplied the web address to Wordpress in your general settings. http://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/ |
The issue here though is that we don't have the option to configure the domain from WP admin, right? |
I'm experiencing the same issue, tried to set the following env vars but it didn't help: What should I do? |
basically it's ssl issue. i have sloved the problem with simple way. first thing you need to do is you must have add your custom domain in heroku app - settings - domain. then change dynos type to hobby ( this just for bypass ) aslo you must add your credit or debit card to do it. now you can access your page with custom domain, after that just change the dyno type to free again and its done |
thank you. |
Description of your issue
So i am trying to use this, however it seems that it hardcodes somehow the initial domain aka mydomain.herokuapp.com and if i add a custom domain name, logging in to wp-admin renders ERR_TOO_MANY_REDIRECTS
...
Steps to Reproduce
setup new heroku app, add custom domain, setup wordpress directly by accessing the custom domain, try to log in to wp-admin with the new domain - gives error - too many redirects.
the wp-options table seems to reference the new domain as well. so im not sure whats going on.a hint would be great.
...
Other Information
Git Commit/Version: latest
The text was updated successfully, but these errors were encountered: