• Resolved jayarm

    (@jayarm)


    Hi all.

    I have one exe file which users can download from our website.

    But if “All in one wp security” generates the htaccess file then, the extensions of all exe files are removed and the user gets an error page.

    RedirectMatch 403 \.(cgi|asp|aspx|cfg|dll|exe|jsp|mdb|sql|ini|rar)$

    Is there a way to allow my specific exe file to be opened?
    Perhaps with the functionality of the custom rules?

    thanks in advance
    Joe

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @jayarm

    It seems 5G firewall rule if you have enabled 5G firewall rule it add .htaccess code.

    WP Security > Firewall > 6G firewall rules – Please cross check if you have enabled 5G firewall rules.

    If Enabled you can either Disable it by unchecking the checkbox so it will allow exe file.

    OR take the code of .htaccess between 5G rules start and end mark and add it to WP Security > Tools > Custom .htacces rules there remove exe from dll|exe|jsp so changed to dll|jsp it shold allow the download exe then after.

    Please disable 5G firewall rules then after so 5G firewall rules are added as custom rules which you modified to accept exe

    If still an issue let me know.

    #AIOWPS_FIVE_G_BLACKLIST_START

    #AIOWPS_FIVE_G_BLACKLIST_END

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘allow specific exe file’ is closed to new replies.