Ask a Question related to PHP Programming, Design and Development.
-
George Sambataro #1
Redirect script
I have a hosted web site [url]www.storminfo.net[/url] .
I also own a url of [url]www.tropicalterrorist.com[/url] . This is not officially
hosted.. I just registered the domain name.
Is it possible to write a php redirect script to have users taken to a
subpage of [url]www.storminfo.net[/url] (like [url]www.storminfo.net/hd.html[/url]) when they type
[url]www.tropicalterrorist.com[/url] on their web browsers address line? If so, where
would this script reside?
I am trying to avoid have 2 web hosting accounts.
Any suggestions are appreciated.
Thanks,
George
George Sambataro Guest
-
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
Apache returns 200 OK, but my perl script sends 302 REDIRECT
On Thu, Aug 21, Michel Tokic inscribed on the eternal scroll: If you were sure about that, then why ask here? (i.e c.l.p.m).... -
Redirect control center script output
Folks, Is there any way to have the output of scripts that are scheduled through the Script Center/Journal tools, to be redirected to some other... -
script redirect 2 hotmail
Does anyone know of a script that redirects a users login to hotmail. The problem I am having now is that hotmail says that my browser doesnt... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
???? #2
Re: Redirect script
On Sun, 30 Nov 2003 10:58:54 -0500, "George Sambataro"
<george_nospam@pcwp.com> wrote:
Have your URL forwarded by whoever you registered>I have a hosted web site [url]www.storminfo.net[/url] .
>
>I also own a url of [url]www.tropicalterrorist.com[/url] . This is not officially
>hosted.. I just registered the domain name.
>
>Is it possible to write a php redirect script to have users taken to a
>subpage of [url]www.storminfo.net[/url] (like [url]www.storminfo.net/hd.html[/url]) when they type
>[url]www.tropicalterrorist.com[/url] on their web browsers address line? If so, where
>would this script reside?
>
>I am trying to avoid have 2 web hosting accounts.
>
>Any suggestions are appreciated.
>
>Thanks,
>
>George
>
it with.
?????
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
[url]http://www.newsfeeds.com[/url] - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
???? Guest
-
Pero Stevanoski #3
Re: Redirect script
George Sambataro wrote:
they call it domain "pointing". and they will take money for this>
> I am trying to avoid have 2 web hosting accounts.
service :-(
pero
Pero Stevanoski Guest
-
Thomas Kaarud #4
Re: Redirect script
Pero Stevanoski wrote:
type>
> George Sambataro wrote:> > I have a hosted web site [url]www.storminfo.net[/url] .
> >
> > I also own a url of [url]www.tropicalterrorist.com[/url] . This is not officially
> > hosted.. I just registered the domain name.
> >
> > Is it possible to write a php redirect script to have users taken to a
> > subpage of [url]www.storminfo.net[/url] (like [url]www.storminfo.net/hd.html[/url]) when theywhere> > [url]www.tropicalterrorist.com[/url] on their web browsers address line? If so,A very good DNS service, which you will need to "point" the domain>> > would this script reside?
> >
> > I am trying to avoid have 2 web hosting accounts.
> they call it domain "pointing". and they will take money for this
> service :-(
(tropicalterrorist.com) against your webserver, can be found here:
[url]http://www.zoneedit.com/[/url] This service is free for up to five domains.
So, first of all you should setup the nameserver for your domains so that
all the traffic will go to the [url]www.storminfo.net[/url] server.
To make the redirection work you could do something like:
if($HTTP_HOST == [url]www.tropicalterrorist.com[/url])
{header("Location:http://www.storminfo.net/hd/");}
--
Thomas
Thomas Kaarud Guest
-
startd6060 #5
redirect script
I am looking for a script that will take users clicking on an external
hyperlink to a page that says "you are now leaving...we are not responsible for
content included on these pages" and then takes them to their link. Is there
anything out there without having to create a redirect page for each hyperlink?
startd6060 Guest
-
Montigue #6
Re: redirect script
This worked for me [url]http://www.itc.virginia.edu/desktop/web/tech_redirect.html[/url]
Montigue Guest



Reply With Quote

