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!
Index Directory
Started by ascen9, Mar 13 2006 06:36 AM
2 replies to this topic
#1
Posted 13 March 2006 - 06:36 AM
#2
Posted 13 March 2006 - 07:02 AM
just have your index.php redirected to /v2/index.php
that should do the trick. or you can use a meta redirect
http://www.activejump.com/o-6.shtml
<?php
header("Location: ./v2/");
?>
that should do the trick. or you can use a meta redirect
http://www.activejump.com/o-6.shtml
#3
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
