![]() |
|
| Domain Name Sales | Domain Software | Calculate UK Domain Drop Dates | Domain Registration | NameDrive | Domain Parking | Subscribe to our Domains For Sale newsletter |
| | ||||||
| Home | Register | Rules | Membership Upgrade | Domains For Sale | Domain Name Escrow | Mark Forums Read | Domain Classified | Chat Room |
| Website Design Discuss web design |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
![]() | Wildcard DNS
Right, as parking is becoming an increasingly risky thing to do with domains I'm ditching it! As a temporary measure I want to change the namservers on my domains to point to my server, I need some sort of solution that will redirect any domain name that is not already setup on the server (as an addon domain or whatever) to one of the sites on my server where I will be putting up a basic holding page. Can anyone give me an easy to understand, step by step guide on how I do this please? If the domain name could remain in the address bar that would be a bonus but is in no way essential. I have WHM and root ssh access. Thanks, Grant |
| |
| | #3 (permalink) |
| Founding Member |
Hi, Assuming catchall DNS is set to point to the hosting server... In my httpd.conf I have setup a default host to collect forwarding urls. The forwarding then points to a script that then checks if its setup on a redirect (ie. frames / redirect forwarding) and if it is not it fires it over to a set domain name / holding page. To add a name to this setup all that needs to be done is to change the DNS to my nameserves and it works. Not sure how to do that under WHM but if it doesnt rewrite / alter the httpd.conf setup each time you ought to be able to sort something out. |
| |
| | #6 (permalink) |
![]() |
Add this to your code and it keeps the domain name in the address bar <frameset cols="100%,*" border="0"> <frame src="http://domainname-to-direct-to.co.uk"> <noframes> <head> <meta http-equiv="REFRESH" content="1; URL=http://domainname-to-direct-to.co.uk"> I use it on my single4dating.co.uk Last edited by golddiggerguy; 17-05-2007 at 08:42:59 PM. |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Domain Name Community | Replies | Last Post |
| Domain wildcard filter | ragwormray | Domain Tools | 3 | 21-08-2006 10:33:31 AM |