Activity Stream
48,167 MEMBERS
6811 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member

    Default how to redirect url

    Hi,

    I want to redirect a url like this

    from: http://domain.com/forums/index.php/xxxxx
    to: http://forums.domain.com/index.php/xxxxx

    I want to keep the xxxxxx at the end so that it will redirect to the new forum page.

    Is there any way to do this.

    Thanks
    Siruthuli Reviewed by Siruthuli on . how to redirect url Hi, I want to redirect a url like this from: http://domain.com/forums/index.php/xxxxx to: http://forums.domain.com/index.php/xxxxx I want to keep the xxxxxx at the end so that it will redirect to the new forum page. Is there any way to do this. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    try this as the index.php for http://domain.com/forums/
    PHP Code: 
    <?php
    $uArray 
    explode('/',$_SERVER['ORIG_PATH_INFO']);
    header'Location:  http://forums.domain.com/index.php/".$uArray[count($uArray)-1]) ;
    ?>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 301 redirect help
    By tractor3231 in forum Web Development Area
    Replies: 4
    Last Post: 28th Jul 2011, 04:19 PM
  2. How to Redirect !
    By softleaks in forum Tutorials and Guides
    Replies: 12
    Last Post: 20th Jul 2011, 09:01 AM
  3. 301 Redirect help
    By Rox in forum Wordpress
    Replies: 7
    Last Post: 10th Jul 2011, 09:03 PM
  4. Redirect your non www url's to www
    By hhhgame in forum Tutorials and Guides
    Replies: 11
    Last Post: 2nd Dec 2010, 03:22 PM
  5. In Need of Url REdirect mod ..?
    By litewarez in forum phpBB
    Replies: 25
    Last Post: 20th Oct 2009, 08:40 PM

Tags for this Thread

BE SOCIAL