Jump to content


Index Directory


2 replies to this topic

#1 ascen9

    Young Padawan

  • Members
  • Pip
  • 59 posts
  • Location:Australia

Posted 13 March 2006 - 06:36 AM

Hi guys,
I am wondering what is the best / most efficient way to change the automated index of a webpage from eg: http://www.pixel2life.com/index.php to eg: http://www.pixel2life.com/v2/index.php?

Thanks for any help!

#2 Stu

    Retired P2L Staff

  • Publishing Betazoids
  • PipPipPipPip
  • 1,761 posts
  • Gender:Male

Posted 13 March 2006 - 07:02 AM

just have your index.php redirected to /v2/index.php

<?php
header("Location: ./v2/");
?>

that should do the trick. or you can use a meta redirect

http://www.activejump.com/o-6.shtml

#3 ascen9

    Young Padawan

  • Members
  • Pip
  • 59 posts
  • Location:Australia

Posted 13 March 2006 - 07:30 AM

Thanks a lot! Appreciate it!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users