Wordpress WordFence Firewall Configuration
CyberPanelWordpress
- Click on manage for the site, then vhHost Config
- Look for phpIniOverride
- Add php_value followed by the code WordFence gives you, minus the equals sign and quotes.
Example (only add second line, replacing with the correct path given to you by WordFence):
phpIniOverride {
php_admin_value open_basedir "/tmp:$VH_ROOT"
php_value auto_prepend_file /home/lakewinnie.riverworksmarketing.net/public_html/wordfence-waf.php
}