PDA

View Full Version : Site Ping



TaintedPearls
December 22nd, 2005, 19:32
How do I ping my site?

Duport
December 22nd, 2005, 20:11
If you have Windows and want to ping locally from your computer
> Start > select 'Run' > type: cmd or command > a black screen should appear, enter

ping www.yourdomain.com


Also you can use remote test sites:

http://www.alertra.com/spotcheck.php

Enter your website URL all results should output "OK"


There are a number of other free quick test services:

http://www.siteuptime.com/users/quickcheck.php
http://www.serviceuptime.com/quickcheck.php

TaintedPearls
December 23rd, 2005, 01:31
thanks