Web Hosting Talk







View Full Version : Seeing site before propogation


NodeHost
08-05-2002, 01:25 PM
Anyone got the script and where to install it for when you add a name based domain, you can see it prior to propogation of DNS? I used to have it, lost it, now I feel dumb.

Thank you for all your help in advance.

cobalt-serve
08-05-2002, 01:41 PM
Hi. You just need to add

AliasMatch ^/preview/([^/]+)(/(.*))? /home/sites/$1/web/$3

in /etc/httpd/conf/httpd.conf

put this where your main domain name is

then all new sites can also be viewd at

http://www.myisp.com/preview/www.clientdomain.com

NodeHost
08-05-2002, 02:07 PM
Thank you! I sooooo much appreciate it.

eddy2099
08-13-2002, 10:11 PM
This sounds like a neat trick.

Got it done and it works beautifully.

Thanks.