Website Redirect script

Discussion in 'Software' started by Wookie, Sep 27, 2004.

  1. Wookie

    Wookie Sergeant Major

    I havnt been successful at finding anything, my Host for my site offers unlimited subdomains, but you have to write a script yourself. Ive not been able to find anything on how to do this,


    I just need to know if its domain.techdefine.com redirect techdefine.com/domain
    otherwise go to techdefine.com

    Anybodu got any ideas?


    Its a linux server so PHP, Perl CGI, HTML my choices.

    Thanks
     
  2. goldfish

    goldfish Lt. Sushi.DC

    Hmm, you might find somthing along these lines useful
    PHP:
    if ($_SERVER["SERVER_NAME"] != "www.goldfishsbowl.co.uk") {
    header("Location: http://www.goldfishsbowl.co.uk");
    }
    But use sub-strings to find the sub-domain so you can redirect accordingly :)

    Follow the logic and it's all there :) Appart from sub-strings, but thats pretty basic stuff
     
  3. Wookie

    Wookie Sergeant Major

    Code:
    $host=getenv("HTTP_HOST");
    
    switch ($host){
    
    
    case "studios.techdefine.com":
    Header ("Location: /studios/index.html");
    break;
    
    }
    Ended up with that
     
  4. glennk721

    glennk721 MajorGeek

    Wookie here is a simple HTML redirect script,,just change the URL to point at , Glenn

    <p>
    <center><meta http-equiv="Refresh" content="4;url=http://www.{yoururl}.com"><center/>

    <p>

    hope it helps..GK
     
  5. Wookie

    Wookie Sergeant Major

    thanks but its gotta go off the subdomain name

    the post above yours works good
     
  6. glennk721

    glennk721 MajorGeek

    Ok just tinkin of ya, wanted to provide a alternatve did not know if it was resolved,,,..Glenn
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds