Question

Website is offline

Our website is currently offline again and has been every day for several hours in the past weeks. I am getting this error message: The requested URL /shop/ was not found on this server.

Apache/2.4.7 (Ubuntu) Server at www.trachten-quelle.com Port 443 Please help get us online again !


Submit an answer
Answer a question...

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.

KFSys
Site Moderator
Site Moderator badge
July 19, 2022

Hi @neilhoffman,

If you are using Apache and you have a 443 error possibly there are 3 problems. Your ownership is wrong, your permissions are wrong OR you don’t have an index.php/html file in your website.

Lastly, your Apache webservice might be down. As such can you check your permissions first, they should be 644 for files and 755 for folders. Then see if the ownership of your files is correct. They should have a user:group which Apache has access to. Lastly, go to the home directory of your website and see if you have an index.php/html file.

KFSys
Site Moderator
Site Moderator badge
July 19, 2022

Hi @neilhoffman,

If you are using Apache and you have a 443 error possibly there are 3 problems. Your ownership is wrong, your permissions are wrong OR you don’t have an index.php/html file in your website.

Lastly, your Apache webservice might be down. As such can you check your permissions first, they should be 644 for files and 755 for folders. Then see if the ownership of your files is correct. They should have a user:group which Apache has access to. Lastly, go to the home directory of your website and see if you have an index.php/html file.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

KFSys
Site Moderator
Site Moderator badge
July 15, 2022

Hi @neilhoffman,

First, I’ll recommend pinging your domain and making sure it loads from the proper place. Once you know that’s true, enter your Droplet and check your WebService - Apache/Nginx, see if it’s working properly with:

  1. service apache2 status
  2. service nginx status

Additionally, does your website work when your /shop page doesn’t?