If anyone is having problems uploading files onto their server via WP’s control panel, you can download your .htaccess file from the root folder of your WP and edit it with your ‘Wordpad’ text editor. You’ll need to add in this line :
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
If there’s any existing code in the .htaccess file, just add this after those codes. Works for me, hope it helps for everyone.
After quite some time of inactive period, this site has finally been relaunch with a slightly diffrent approach. We are open to public registrations for our ‘Public Board’ area. All discussions are welcome but we hope no one will abuse the system. The whole site is designed to be simple just in case if you’re [...]
If anyone is having problems uploading files onto their server via WP’s control panel, you can download your .htaccess file from the root folder of your WP and edit it with your ‘Wordpad’ text editor. You’ll need to add in this line :
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
If there’s any existing code in the .htaccess file, [...]
No comments yet.