06/03/2013 at 12:48 pm
#261493
Keymaster
Please deactivate and reactivate Connections.
You should find a .htaccess file here:
../wp-content/plugins/connections/includes/timthumb
Add the following to it:
<ifmodule mod_security.c>
<files timthumb.php>
SecFilterEngine Off
SecFilterScanPOST Off
</files>
</ifmodule>
-
This reply was modified 13 years, 2 months ago by
Steven Zahm. Reason: Correct filename and add tag
