Arvy

Well-Known Member
Oct 3, 2006
146
11
168
Brazil
cPanel Access Level
Root Administrator
Twitter
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.

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:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,307
2,239
363
cPanel Access Level
Root Administrator
It looks like you were able to modify the post_virtualhost_global.conf include file to contain this:

Code:
ErrorDocument 401 default
ErrorDocument 403 default
and now things are working well. Is the WordPress include also working how you expect at this point?
 
  • Like
Reactions: Arvy