By todd129
I installed LAMP, APACHE, and WORDPRESS on my droplet, but no WORDPRESS screen appears when I enter my i.p. address – help please?
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!
Typically when seeing a default Apache page, you are dealing with a scenario where the files of your application or site are not in the correct location, or if in the correct location, the web server is configured to look at a different index file other than the one you have installed ( index.php ).
Check out this article on installing WordPress on Ubuntu 14. The same principles apply in most configurations, and you are always able to customize the Document root and other configuration values to suite your particular style of deployment.
In some cases, it’s also a good idea to start from scratch and make sure you got each part of the process completed properly. Hope that helps.
Make sure you remove the default Index.html in /var/www/html then make sure your defaults are .php and not html in either your .htaccess.
i.e. DirectoryIndex index.php
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.