Previous post: https://forums.cpanel.net/threads/w...nclude-protection-not-working-anymore.683745/
After 19/December, something happened (maybe EasyApache update) that broke some things:
- FilesMatch in global Apache config, pre/post VirtualHost include, stopped to work (after years working)
- Directory protection (password) set in cPanel stopped to work
Both in Wordpress sites, due to its .htaccess file. In non-cpanel and non-Wordpress sites, both works.
------------
I'll open the ticket.
Now I found another BIG problem. Scenario: Wordpress site and an independent folder, with basic authentication set by Cpanel. It returns "404", but the server headers have the basic authentication header. Now really looks a bug. Note: the hack was removed, it's pure cPanel config.
I'll send you the URL in pvt, if you want to look.
After 19/December, something happened (maybe EasyApache update) that broke some things:
- FilesMatch in global Apache config, pre/post VirtualHost include, stopped to work (after years working)
- Directory protection (password) set in cPanel stopped to work
Both in Wordpress sites, due to its .htaccess file. In non-cpanel and non-Wordpress sites, both works.
------------
I'll open the ticket.
Now I found another BIG problem. Scenario: Wordpress site and an independent folder, with basic authentication set by Cpanel. It returns "404", but the server headers have the basic authentication header. Now really looks a bug. Note: the hack was removed, it's pure cPanel config.
I'll send you the URL in pvt, if you want to look.
Code:
HTTP/1.1 404 Not Found
Date: Mon, 04 Jan 2021 17:53:43 GMT
Server: Apache
WWW-Authenticate: Basic realm="Admin"
...
Last edited: