You can Regex the string, but something like
http://www.thisisafakesite.com/default.aspx
would be seen as valid, as it is correctly formed. You would have to
actually issue a request to the server and check the return code to
determine if it was a real site.
*************************************************
| Think outside the box!
|
*************************************************