+ Reply to Thread
Results 1 to 2 of 2

Thread: Redirecting Problems

  1. #1
    Join Date
    Jul 2006
    Posts
    5

    Default Redirecting Problems

    Hey,

    I need some help with redirects. I want to redirect a subdomain address. From subdomain.mydomain.com to subdomain.mydomain.com/pagetitle.htm

    I'm using the redirect service at bluehost control panel, but it's not working. On my computer, the redirect works. However, on all other people's computers the redirect does not work.

    Any help would be greatly appreciated.

    Aloha,
    Bronson

  2. #2
    John Guest

    Default

    Use PHP to do this!

    Make a file and name it index.php

    Insert this into it:

    PHP Code:
    <? 
    header
    ("location: http://CHANGE-THIS-TO-YOUR-URL/pagetitle.htm"); 
    ?>
    The redirect is instant.


+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts