Skip to content
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

Open
katmai opened this issue Feb 8, 2018 · 5 comments
Open

custom domain name #29

katmai opened this issue Feb 8, 2018 · 5 comments

Comments

@katmai
Copy link

katmai commented Feb 8, 2018

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

@jennaprice
Copy link

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/

@smth
Copy link

smth commented Jul 9, 2020

The issue here though is that we don't have the option to configure the domain from WP admin, right?

@BnayaZil
Copy link

I'm experiencing the same issue, tried to set the following env vars but it didn't help:
WP_HOME, WP_SITEURL, HTTP_HOST.

What should I do?

@azhdaha-100kg
Copy link

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

image
image

@BnayaZil
Copy link

thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants