If your website does not work properly when you use the test site, check the following:
Absolute URLs
Links using absolute URLs will not work, because DNS is not propagated. For example:
<a href="http://newcars.com/images/car.gif">
Relative URLs, however, will work properly. For example:
<a href="images/car.gif">
ASP
The test site doesn't support ASP. To view ASP based sites, please use the Changing DNS configuration method. Presently we are beta testing an ASP solution.