Quote:
Originally Posted by digitalpoint
The ones I've seen not working so far has the web servers returning an HTTP "406 - Not Acceptable" when the web browser requests the XML feed. This is going to be some sort of configuration issue on the server-side.
Maybe a mod_security module set in overly aggressive blocking mode.
You could try adding this to your .htaccess file to test if disabling mod_security fixes it:
Code:
SecFilterEngine Off
Either way, it's something specific to the web server that's forcing a 406 error, but only when it's getting the XML feed of new events.
|
If I try that, I get the following error when putting a .htaccess file on my forum root with that line.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
webmaster@blah.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.