Question

Custom error pages on Ubuntu 20.4 Apache

Hi. I have a HTML website deployed using apache2 on a ubuntu 20.4 droplet. I have a top-level .htaccess file, but I am still getting the default apache error pages. Any ideas?


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.

Hi @jdogcoder,

  • where is your DocumentRoot?
  • full Apache configuration file or vHost?
  • .htaccess file? (you can change sensible information if present…)
  • apache error log file content?
  • do you want to show a custom error pages?

in my experience, if you are using “/home/<user>/” as DocumentRoot, this is a headache…

I hope to hear from you soon …

A big hug,

HR ;)