Quote:
Originally Posted by Ranger187
Got it........
https://vborg.vbsupport.ru/showthrea...ty#post1588808
MOD_SECURITY on linux boxes disables this plugin from working...
edit/create .htaccess
Add
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Place this in the root of the forum. Done. 
|
Well, no luck. However, I want to say thanks for all your help.
I added the above code the .htaccess located in my forum root. I also tried the var string both ways. I tried it with it in the file and tried it removed from the file in conjuction with the mod security fix. No luck in either combination. Still just says "Loading...."
I guess it just won't work over my vB version and my server backend.