Magento Spam Blocker Installation
« Back to Spam Blocker
Magento 1
- Login to the Magento Admin and disable the cache. If you are using the Magento Compiler, disable this too.
- Extract the ZIP file and merge the files with your Magento site using FTP or SFTP. If a modman file is present and you don't want to use modman to install the module you can ignore this file.
- Re-enable the Magento cache and then flush it. If you use the compiler, recompile before enabling it.
Magento 2
- Extract the extension files from the downloaded ZIP file.
- Create a folder on your Magento site at app/code/FishPig/NoBots and upload the extracted ZIP files.
- In the terminal, run the following command:php bin/magento module:enable FishPig_NoBots && php bin/magento setup:upgrade