Previously till now, I had the apache's default 404 pages running because I like those. Those pages showed the requested url by the user, I know that it is the environment variable: REDIRECT_URL. They would display:
The requested URL /<the wrong url> was not found on this server.
The redirect_url var is not set anymore, and because of this, the 404 pages display:
The requested URL was not found on this server.
Am I the only one with this issue? The requested URL is not being displayed!!
And also, the other thing I noticed after the update of easyapache was that the 404 errors were not displayed in the chrome console. Only header status codes.
They are displayed for other websites.
The requested URL /<the wrong url> was not found on this server.
The redirect_url var is not set anymore, and because of this, the 404 pages display:
The requested URL was not found on this server.
Am I the only one with this issue? The requested URL is not being displayed!!
And also, the other thing I noticed after the update of easyapache was that the 404 errors were not displayed in the chrome console. Only header status codes.
They are displayed for other websites.