Hello all.
I ask somebody's help / suggestions.
I have disabled SSL for users, but when you still type https://user.com request is redirected to the /var/www/html
and they end up seeing index.html of /var/www/html
How could i make that proper 404 would be returned?
Another case, if i go to my server directly let's say 123.123.12.123/notexistent i would expect to see proper 400 page, but i get:
I see all error files in the /var/www/error but they are not being used?
Thank you for help!
I ask somebody's help / suggestions.
I have disabled SSL for users, but when you still type https://user.com request is redirected to the /var/www/html
and they end up seeing index.html of /var/www/html
How could i make that proper 404 would be returned?
Another case, if i go to my server directly let's say 123.123.12.123/notexistent i would expect to see proper 400 page, but i get:
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I see all error files in the /var/www/error but they are not being used?
Thank you for help!