Hi I’m trying to create a site on an ubuntu 14.04/wordpress droplet. I’ve followed the one click directions carefully, and after logging into my droplet console as root, was able to identify my .htaccess login credentials (admin, some random pw).
When I go to the site’s ip address, I get a login screen but those login credentials fail.
What have I done wrong???
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!
That’s weird. Make sure there aren’t any spaces in your password and username and keep in mind that they’re case-sensitive.
If that still doesn’t work, you can change the password by running:
htpasswd -D /etc/apache2/.htpasswd admin
htpasswd -c /etc/apache2/.htpasswd admin new-password
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.