ninjafirewall & Epesi
-
Hi, I use a subdomain with the epesi CRM. Epesi has continuous sql interaction. if I do activate ninjafirewall on my WP main domain, epesi is blocked.
I tried with .htninja, placed it in my main domain directory, placed it above the main domain directory.
My Epesi was still blocked.
Ho coul Imanage this to work ?<?php
/*
+=============================================================+
| NinjaFirewall optional configuration file |
| |
| See: http://nintechnet.com/nfwp/1.1.3/ |
+=============================================================+
*/if (strpos($_SERVER[‘SCRIPT_NAME’], ‘/mymaindomain.com/crm/’) !== FALSE) {
return ‘ALLOW’;
}// do not add anything below this line.
The topic ‘ninjafirewall & Epesi’ is closed to new replies.