[NBLUG/talk] sub domain redirect to another subdomain

micxz at slashdomain micxz at slashdomain.com
Fri Apr 30 19:38:37 PDT 2004


Script will do it so will a standard markup in head of HTML like:

<meta http-equiv="Refresh" content="0;URL=http://sip.domain.com/">

Even better in apache configuration put:

<VirtualHost xx.xx.xxx.xx:80>
         ServerName   sip.fivestartel.com
         RedirectPermanent / "http://sip.domain.com/"
</VirtualHost>

--
Micxz

Sy Richardson wrote:
> hi all,
> 
> i have a website hosted and have created a subdomain sip.fivestartel.com
> 
> i want it to redirect to another subdomain sip.domain.com
> 
> my apache setup will only forward to port 80 of the domain ie. for browsers
> only
>       Operation System Linux
>       Apache Version 1.3.29 (Unix)
>       Kernel Version 2.4.25-grsec-vx
>       Perl Version 5.6.1
>       PHP Version 4.3.4
>       MySQL Version 4.0.18-standard
> 
> 
> my ISP tells me that i need to run a script to make the redirect happen as
> desired.
> 
> can anyone shed some light on this. i am not a script writer and have
> googled it and found some scripting that might do the trick
> http://www.blitzbasic.com/Community/posts.php?topic=27073
> 
> any suggestions/helps are most helpful.
> 
> 
> sy r.
> 
> 
> _______________________________________________
> talk mailing list
> talk at nblug.org
> http://nblug.org/cgi-bin/mailman/listinfo/talk





More information about the talk mailing list