I had implemented google Open id login my site and it worded perfectly.... Afterwards i moved to hostagtor.. now this url shows a 403 even if i delete my htaccess file. what could be the probelm? "http://www.clips4u.info/final.php?openid.ns=http%3A%2F%2Fgoogle.com" all urls of this form shows 403
OK, you are facing the same problem that I had few weeks back. (i too host with HostGator) Some hosting companies disable embedding url parameters in the hosted site's url. for example: You can use: http://mysite.com/index.php?id=Google But NOT http://www.mysite.com/index.php?id=http://www.google.com This is disabled due to the mod_security been enabled from the server end. You can contact HostGator live chat and request them to white flag the specific url where you intend to use domain address in url parameter. Hope this works.