Superuser OpenID login sends a request like this:
telnet phor.net 80
GET /professional HTTP/1.0
Accept:text/html,application/xhtml+xml,application/xrds+xml`
And my Apache server gives the error:
406 Not Acceptable:
An appropriate representation of the requested resource /professional
could not be found on this server. Available variants:
professional.php, type application/x-httpd-php
If a normal web browser hits the site, content negotiation correctly selects professional.php as the resource for this request. Is it possible to serve this same file to superuser?
NOTES This question was at http://superuser.com/questions/188102/error-from-superuser-openid-login-with-content-negotiation?noredirect=1 but someone hijacked it and put it on metasuperuser. This question is not about superuser, this question is about configuring my Apache server to handle its request.