So it dawned on me that I could pretty safely set the MIME type for Opera or any Gecko based any browser that claims it can handle application/xhtml+xml in its HTTP_ACCEPT.
For now I have limited this to my home IP address.
All it took was a little PHP… and whaddaya know, I just happen to be able to write a little PHP (very little, but it’s a start)
Here’s what I did. I think it is pretty straight forward, but I’ve added copious comments. It’s pretty slick. I love PHP.
I created a separate text file with PHP code to set MIME type based on IP and HTTP_ACCEPT.
[update: this entry has been editing/updated since the original. See later entries for explanation]
†