- Having 403 error page when uploading files to your directory using your CMS application like Wordpress.
- Upload file end up with broken link.
This might be due to mod security which are enabled on all of our hosting servers. This module is a good module which help to provide a platform for customer to have intrusion detection and prevention for web applications.
Solutions:To solve this, you will need to add below line into your .htaccess file.
SecFilterScanPOST Off
Test access to your apps again and see if you able to get your apps working correctly. if this still haven't resolve, you may disable mod security completely by adding below line into your .htaccess.
SecFilterEngine Off
We suggest you to use the first option first so you will not loose the good functionalities of mod security.