WORDPRESS

403 or 404 Forbidden Errors With WordPress

Add the following to .htaccess: <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> If  this is coming from linking external website (here facebook is taken as example). It is resolved by putting this in mod_security config file: <IfModule mod_security.c> SecRule SERVER_NAME “facebook\.com$” phase:1,nolog,allow,ctl:ruleEngine=off </IfModule>

2017-09-02T11:56:55+05:30Categories: Miscellaneous|Tags: |

View error logs of website using cPanel

cPanel comes with an error log section that allows you to view errors generated by your website. In this article, we will review how to view your error logs for both Apache and PHP from within cPanel. What is the Error Log? cPanel states, "This function will display the last [...]

2017-06-25T00:09:43+05:30Categories: Miscellaneous|Tags: |
Go to Top