cancel
Showing results for 
Search instead for 
Did you mean: 

MageFirewall Security

MageFirewall Security

Hi to all...

 

I was installed the MageFirewall Security extension....after installing it shows below code to be included...

 

To Enable firewall include the following line in index.php in your webroot directory after the following line of code "define('MAGENTO_ROOT', getcwd());"

require_once MAGENTO_ROOT.'/lib/firewall/firewall.php';

 

After done the above code and save...now i enter into my site it shows blank page error....how can i solve this...

1 REPLY 1

Re: MageFirewall Security

Not sure why this is not working however you should be able to fix it by including a single line with the correct full path to your Magento installation like so:

require_once '/path/to/magento/lib/firewall/firewall.php';
--
Problem solved? Click Accept as Solution!