Got a response from the webhost...
Quote:
|
We've been running mod_security for a long time now, and it doesn't like embedded http urls in the query string, as that is how most cross-site scripting exploits are done.
|
I remember I had a problem with an RSS feed from ChristianityToday.com on my main website (
www.jrothraministries.com) because the rss2html system used the full http:// URL. One of their techs altered the RSS2HTML system to have it pull the feed but not use the full http:// URL. It was over a year ago so I don't remember (nor could I find) what they did.
So, the problem is they don't allow the http:// in the URL. So, the
EVB and non-logged-in voting, which I suppose are pulling using the full http:// URL will not work.
I checked the URL's that voting when not logged in send me to and the
EVB and both have the full http:// in the referer. Taking out the http:// works. So, while the system should be dynamic, it is somehow, for some reason, using the full protocol domain. Is there a way to alter that?
Also, the .htaccess hack didn't work, probably because their security feature overrides it.
I've asked them what they did with the RSS2HTML system on my site to have it work... awaiting a reply.