Results 1 to 2 of 2

Thread: Resolving URLs

  1. #1
    Join Date
    Sep 2007
    Posts
    3

    Resolving URLs

    Hi,

    Is there anyway i can direct

    www.myhomepage.org.uk/folder to www.myhomepage.org.uk

    ?
    Whats the easiest/most reliable method to do this?

    Regards

    Pete

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
    If your server is running PHP, then make anew document with just this code in it:

    Code:
    <?php
    header( 'Location: http://www.myhomepage.org.uk' ) ;
    ?>
    Name it index.php and put in the folder.

Similar Threads

  1. Making the change to clean urls...
    By lonewolf in forum Search Engine Optimization and Marketing
    Replies: 1
    Last Post: 28 Mar 2007, 08:31 AM

Posting Permissions

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