Please could someone help me with my issue? My new website does not appear to be available, I have followed the one click wordpress installation on a droplet, and when it comes to set the admin password I follow the link and I get nothing. the IP address is 167.71.176.249. the domain name is starrysnapshots.com, and the nameservers are with cloudflare (moved from GoDaddy where I recently aquired the domain). I have tried clearing all local cache and purged DNS cache. my DNS ‘A’ record for starrysnapshots.com points to 167.71.176.249, and I have verified this on https://www.whatsmydns.net/ which is a propogation checker. I have successfully got HTTPS certificates for starrysnapshots.com, and www.starrysnapshots.com from letsencrypt via ssh into the droplet, and installed WP. Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @10002be05ea84cdbb9aa686305b637,
When I open your website, I get
the page redirected you too many times.
. The “redirected you too many times” error in WordPress is usually caused by a misconfiguration in your site’s settings or plugins.If this is a new Installation and you did not add any new Plugins then it’s about misconfiguration of the site’s settings.
Install WP-CLI
Open your terminal or command prompt.
Install PHP on your system if it’s not already installed. You can verify if PHP is installed by running the following command:
/usr/local/bin/
directory by running the following command:This will allow you to run the
wp
command from any directory on your system.This command will output the version of wp-cli that you have installed, as well as other system information.
Use WP-CLI to change your siteurl
This will prompt you to enter your WordPress username and password.
This command will output the current site URL, including the protocol (http or https).
Replace
example.com
with your site’s domain name.Hello @10002be05ea84cdbb9aa686305b637
The site is loading fine at the moment are you still experiencing the issue mentioned above?
If you have an issue to reset your admin password you can follow this article:
https://docs.digitalocean.com/support/how-do-i-reset-the-wordpress-admin-panel-password/
Regards