Announcement

Collapse
No announcement yet.

Redirecting Domain

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Redirecting Domain

    Hi,

    I have to to redirect a domain http://blog/... to http://blog.myDomain/...
    It is just that 1 damain, I need a small and simple solution, cause I have no idea what I have to do.


    Regards Carsten

    #2
    Re: Redirecting Domain

    If you're running PHP, here's the protocol:

    Code:
    Header("Location: [url]http://www.yournewlocation.com/"[/url]);
    IndyTim

    Comment

    Working...
    X