website giving 404 and 406 error on Firefox 9.01.
While other browsers like IE8, Opera 11.52,Safari 5.0.4 and Chrome 16.0.912.63 don’t have this issue and every page opens normally.
What could be the problem ?
Some information about page:
page type:PHP
basic jquery UI code is present
Google adsense enabled.
Not Acceptable
An appropriate representation of the requested resource / could not be found on this
server.Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
For a quick reference I have added tags:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
You should get yourself charles (http://www.charlesproxy.com/) or another webproxy like it and watch the request sent by your Firefox and another Browser of your choice there might be a bad cookie or some rewrite working behind the scenes to destroy your experience.
If you can’t figure it out screenshots of the charles log from your firefox request would probably help shed some light here.