Hi AITpro
AutoRestore/Quarantine Correct Usage
I did as follows.
1. Turn ARQ Off.
2. On wp-config.php
・Modify this file to prevent PHP path error used only Notepad++.
・And Upload file.
2. On Custom Code for .htaccess
・Cleared Previous IP Data which is paste from notepadd++.
・Add one of blocking IP on Coustom Code for test. This time, I Directly Entered IP data. Not Copy and Paste.
・Reactvate BPS Core.
3. After that, TeraTerm SSH is shown on root .htacess as folllows. Have Control M !
# CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE – Your Custom htaccess code will be created here with AutoMagic
#Add Block IP^M
Order Allow,Deny^M
Deny from 46.115.35.^M
Allow from all *Note: No Cotrol M
4. TeraTerm SSH is shown on wp-config.php. No Cotrol M. It was OK.
define(‘WP_DEBUG’, false);
@ini_set(‘error_log’,’/prostsite.jp/wp-content/bps-backup/logs/bps_php_error.log’);
5. Turn ARQ On.
6. Then I received a mail Quarantine for .htaccess.
Why should I have Control M on step-3.