of ofm1990 Aug 22, 2022 #1 I found this method, does it work with CyberPanel + OLS too? Just put it in .htaccess ? 3. Disable mod_security for Specific URLs <IfModule mod_security.c> <If "%{REQUEST_URI} =~ m#/admin/#"> SecFilterEngine Off SecFilterScanPOST Off </If> </IfModule>