.htaccess like a dns redirect
Posted by: Soshen
Posted on: 2007-06-19 10:06:00
Hi, I've a problem:
i need set up a dns redirect only for a subdomain.
i think that should be possibile with a htaccess file, but all the time when i tried, i lose T_T
that i want is:
if someone write the url sub.mydomain.com/pippo/pippo.php in his webclient
(ofcourse sub.mydomain.com is a full hoster subdomain)
the url that are writed in the bar is sub.mydomain.com/pippo/pippo.php
but the page pippo.php for real are hosted in mydomain2.net/file/pippo.php
it's possibile that?
htaccess is the only one way for do it?
thanks.