Greetings,
I've run into another issue with WHM/cPanel v66.0.6.
I've suspended multiple accounts, but only the last suspension remains active.
When i run this code:
I can see that only the last suspended user is in this file.
How to fix this?
I've run into another issue with WHM/cPanel v66.0.6.
I've suspended multiple accounts, but only the last suspension remains active.
When i run this code:
Code:
cat /usr/local/apache/conf/includes/account_suspensions.conf
Code:
# This include file is automatically generated by
# /usr/local/cpanel/scripts/generate_account_suspension_include
# Any manual edits inside this file will be lost whenever account
# suspensions are updated.
RewriteEngine On
<Directory "/home/$USER">
AllowOverride none
RedirectMatch ^/(?!cgi-sys/suspendedpage.cgi).* /cgi-sys/suspendedpage.cgi
</Directory>