followed your instructions below, no change
Loading Issue Troubleshooting
This issue is usually caused by Mod_Security on Apache
1.To check if there is a Mod_Security issue: AdminCP > Maintenance > Diagnostics > Problematic Webserver Modules > CLICK SUBMIT
2.If Mod_Security has "yes" then apply this fix:
3.edit/create .htaccess and add the following:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
4.Close and save it. Place this in the root of the forum and restart the web service.
|