Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
284 views

efficient way to check parked domains?

I am writing a script that checks if given domain is parked or not. so far, I have this solution: add couple of characters at the end of the url. if url redirects to another page and ...
1
vote
4answers
539 views

Method to detect a parked page?

Anyone know of a way to programatically detect a parked web page? That is, those pages that you accidentally type in (or intentionally sometimes) and they are hosted by a domain parking service with ...
0
votes
1answer
38 views

What is best method to reproduce parked page like behavior in IIS7 + ASP.NET

I have created parked page like behavior in the past by adding many host headers for different domains to one IIS7 website entry and changing the content of the pages dynamically. I'm wondering if ...