By AlphaWolfMLT
I’ve just installed Wordpress 18.04 on my new droplet. After initial install over console, I tried to go and finish the setup of my new website by going to my domain but it doesn’t let me log in or accessing wp-admin. It tells me that the site returned no data and keeps redirecting me to the hello page of the wordpress site. Any thoughts?
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!
Hello,
There are a few things that you could try doing:
Clear your browser cache and cookies or try using a different browser
Deactivate all of your Wordpress Plugins - you could try doing this by renaming your plugins folder to plugins_old for example
Delete your .htaccess file and upload a default one, you can get it from here: https://wordpress.org/support/article/htaccess/
Update your site and home URLs to match the exact domain or IP address that you are accessing the site from. You can do that by adding those lines in your wp-config file:
define('WP_HOME','http://yourdomain.com');
define('WP_SITEURL','http://yourdomain.com');
Hope that this helps! Regards, Bobby
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.