Question

Why my coming soon website is not showing in my corresponding IP?

I’ve created a LAMP droplet 21 days ago and I have done all setup for MySQL, github and coming soon page. But in my IP: http://192.34.60.54/ it shows like:

# Please log into your Droplet with SSH to configure the LAMP installation.
See the LAMP 1-Click Quickstart guide for detailed assistance.

[Quickstart Guide](https://marketplace.digitalocean.com/apps/lamp#getting-started)

Problem? Submit a question to our Q&A platform and get help from the community.

[Ask a Question](https://www.digitalocean.com/community/questions/new)

I don’t know why it is showing like this. Kindly solve this problem ASAP.


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
June 16, 2024

Hey,

The message you’re seeing is the default page set by the LAMP 1-Click installer. This indicates that Apache is running but still serving its default content.

You need to make sure that your “coming soon” page is correctly placed in the web root directory: /var/www/html.

  • You can do this by SSH-ing into your droplet:
    ssh root@192.34.60.54
    
  • Then delete the index.html from the /var/www/html directory: rm /var/www/html/index.html
  • After that move or copy your “coming soon” page files into the /var/www/html directory:
    sudo cp /path/to/your/coming-soon-files/* /var/www/html/
    

Note that you have full access to your Droplet and you need to make that change yourself. DigitalOcean does not have access to your Droplet files.

Let me know if you have any questions.

- Bobby

KFSys
Site Moderator
Site Moderator badge
June 14, 2024

Heya,

check this Page;

https://marketplace.digitalocean.com/apps/lamp#getting-started

You need to SSH to your Droplet and follow the steps outlined there.

Here is an article to help you use SSH for your Droplet:

https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.