Hello all and thanks for taking the time to read my post. I have a problem and I have no clue what I am doing wrong. I have several domains registered at different places and hosted at different places. My problem is this: Several of the websites do NOT resolve when the are put in a web page as a link and the link is clicked. Now if you type the address in the address bar they resolve perfectly every time. If you put them as a link in an email they work too. If you click them on a web page it puts the address in the address bar but either loads a blank page or says page cannot be displayed depending on the browser. whats even wierder if you do nothing and leave the address in the address bar and hit go next to the address bar or enter again, then they resolve and load fine every time. Now I am no expert, but I host about 20 domains for various non profits and companies and have been doing web design since 2002. But I have never had this issue. At first I thought it was my hosting, but I had them hosted between go daddy and vpsland and host gator. the ones that are hosted at hostgator work flawlessly everytime. the ones at godaddy and vpsland never work. (I have now moved them all to vpsland and host gator). So I thought maybe it was my registrar - namecheap.com but the two domains that I have at namecheap that are hosted at hostgator work perfectly. All the other domains at namecheap that were hosted at godaddy and now at vpsland have the above issue. Also I have one domain registered at godaddy and hosted at vpsland and it works perfectly ever time too. so this is most confusing. I have had it tested at differnt PCs with different IPs by different people and get the same result. I have made a website on a different domain all together that details each domain that works and the ones that don't, where they are each hosted, and where they are each registered. www.cascadesweb.com/test My DNS is managed by the host provider and my name servers are all correct. Im at a total loss. On a side note these are all PHP proxy sites except the two sites at hostgator that work perfectly, they are just html. Also the one site that is registered at godaddy and hosted at vps land is just html. Is this related? I dont know a lot about php. I would be more then happy to share my code to if that would help. Thank you in advance for your help and opnions. Loopline
having taken a step back and looked at all of the above, all of the sites that dont resolve are php sites.
ok so I made the one on godaddy that does work php instead of html and it doesnt work either now. So I guess that means that it is in my php script. so I will take this to a different thread. Thanks.
Put a / at the end of each url and it works everytime in the link. When you are going to the php sites -- for some reason they need the / . This is wierd though; maybe someone here can explain this. Here is your corrected html code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>New Page 1</title> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body> <div><a href="http://www.inetfreedom.info/">www.inetfreedom.info</a> - registered at namecheap.com and hosted at vpsland.com - never resolves - PHP site <br>  </div> <div><a href="http://www.schoolfreedom.info/">www.schoolfreedom.info</a> - registered at namecheap.com and hosted at vpsland.com - never resolves - PHP site</div> <div> </div> <div><a href="http://www.datingfreedom.info/">www.datingfreedom.info</a> - registered at namecheap.com and hosted at vpsland.com - never resolves - PHP site</div> <div> </div> <div><a href="http://www.freedomnetwork.info/">www.freedomnetwork.info</a> - registered at namecheap.com and hosted at hostgator.com - <b>always</b> resolves - HTML site</div> <div> </div> <div><a href="http://www.stealthnetwork.info/">www.stealthnetwork.info</a> - registered at namecheap.com and hosted at hostgator.com - <b>always</b> resolves - HTML site</div> <div> </div> <div><a href="http://www.englishquiz.info/">www.englishquiz.info</a> - registered at <b>godaddy.com</b> and hosted at <b>vpsland.com</b> - <b>always</b> resolves - HTML site</div> <div> </div> <div><a href="http://www.myspacefreedom.info/">www.myspacefreedom.info</a> - registered at namecheap.com and hosted at vpsland.com - never resolves - PHP site</div> <div> </div> <div><a href="http://www.2005rogers.com/">www.2005rogers.com</a> - registered at powerpipe.com and hosted at vpsland.com - never resolves - PHP site</div> <div> <p>these links that do not resolve do not resolve when they are clicked. However if you leave the address in the address bar after they are clicked <br>and hit go then they resolve every time. Additionally if you type the address in the address bar or send it as a link in an email then they <br>also resolve every time. </p></div> <p> </p> <div><a href="/proxy">www.cascadesweb.com/proxy</a></div> <div> </div> <div> </div> </body> </html>
Thanks for all the advice. I was using a free proxy template I downloaded and I just threw it away and started from scratch and it works perfectly now. Thanks to all for the help.