Hello, ive seen here loads of threads containing problems with ErrorDocuments, but my problem isnt fixed yet. My apache knows i use a different ownmade page, but it cant find it on my server and then i get an 404 again
What i tried:
I dont get whats the big problem in here. I have been already busy like 8 hours now on this problem, i want it includes from localhost by /path/to/the/folder ... the folder where the errordocs are have to be '/var/www/html/errordocs/'
Whats the solution for this problem?
What i tried:
ErrorDocument 404 /var/www/errors/404.html
ErrorDocument 404 /var/www/html/errordocs/404.html
ErrorDocument 404 /home/admin/domains/errordocs/404.html
ErrorDocument 404 /errordocs/404.html (actually /var/www/html/errordocs)
ErrorDocument 404 /errordocs/404.html (with an alias errordocs to the real folder)
All doesnt work. I did move the files every try ofcourse. The working version:
ErrorDocument 404 http://my.ip/errordocs/404.html
I dont get whats the big problem in here. I have been already busy like 8 hours now on this problem, i want it includes from localhost by /path/to/the/folder ... the folder where the errordocs are have to be '/var/www/html/errordocs/'
Whats the solution for this problem?