Note: This Forum Topic Title has been changed to a more relevant Forum Topic Title
I just received your email and am posting my email reply here:
Oh ok then you just need to create an Uploads Anti-Exploit Guard (UAEG) whitelist rule for the /wp-content/uploads/sashelp/ folder.
http://forum.ait-pro.com/forums/topic/uploads-anti-exploit-guard-uaeg-read-me-first/
Do these steps below:
CUSTOM CODE UAEG Help Info
To edit/customize your Uploads Anti-Exploit Guard (UAEG) .htaccess file go to the B-Core > htaccess File Editor tab page > “Your Current Uploads htaccess File” tab and do the steps below.
1. Copy and paste your entire Uploads .htaccess file code from the “Your Current Uploads htaccess File” tab on the htaccess File Editor page into the CUSTOM CODE UAEG text box.
2. Edit/modify/customize your UAEG htaccess code in the CUSTOM CODE UAEG text box.
3. Click the Save UAEG Custom Code button to save your UAEG custom code.
4. Go to the Security Modes page and click the UAEG BulletProof Mode Activate button.
The edit that you want to do in step #2 is this:
If you have an Apache server:
Remove/delete the # sign from infront of this line of code in your UAEG htaccess code and change the folder name as shown below.
#SetEnvIf Request_URI "sashelp/.*$" whitelist
If you have a LiteSpeed server:
Remove/delete the # sign from infront of this line of code in your UAEG htaccess code and change the folder name as shown below.
#RewriteRule ^sashelp/.*$ - [L]