'. __('This feature can be used to apply your own custom .htaccess rules and directives.', 'all-in-one-wp-security-and-firewall').'';
$info_msg .= '
'. __('It is useful for when you want to tweak our existing firewall rules or when you want to add your own.', 'all-in-one-wp-security-and-firewall').'
';
$info_msg .= '
'. __('NOTE: This feature can only be used if your site is hosted using the Apache webserver, or another that uses .htaccess files.', 'all-in-one-wp-security-and-firewall').'
';
echo $info_msg;
?>
'. __('
Warning: Only use this feature if you know what you are doing.', 'all-in-one-wp-security-and-firewall').'';
$info_msg_2 .= '
'.__('Incorrect .htaccess rules or directives can break or prevent access to your site.', 'all-in-one-wp-security-and-firewall').'
';
$info_msg_2 .= '
'.__('It is your responsibility to ensure that you are entering the correct code!', 'all-in-one-wp-security-and-firewall').'
';
$info_msg_2 .= '
'.__('If you break your site you will need to access your server via FTP or something similar and then edit your .htaccess file and delete the changes you made.', 'all-in-one-wp-security-and-firewall').'
';
echo $info_msg_2;
?>