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!
Accepted Answer
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.
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:
php -v
`curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar`
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar.asc gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 80F70E11F0F0D5F10CB20E62F5DA5F09C3173AA6 gpg --verify wp-cli.phar.asc wp-cli.phar`
`chmod +x wp-cli.phar`
/usr/local/bin/
directory by running the following command:`sudo mv wp-cli.phar /usr/local/bin/wp`
This will allow you to run the wp
command from any directory on your system.
`wp --info`
This command will output the version of wp-cli that you have installed, as well as other system information.
wp login
This will prompt you to enter your WordPress username and password.
- wp option get siteurl
This command will output the current site URL, including the protocol (http or https).
- wp option update siteurl http://example.com
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.