| Aardvark Topsites PHP http://www.aardvarktopsitesphp.com/forums/ |
|
| Moving topsite to a subdirectory. How? http://www.aardvarktopsitesphp.com/forums/viewtopic.php?f=10&t=2997 |
Page 1 of 1 |
| Author: | cyberDJ [ 2005-09-15 08:28 pm ] |
| Post subject: | Moving topsite to a subdirectory. How? |
I have a topsite with 54 members, and my topsite is in the root folder, where i want to put another site and to move the topsite to a subdirectory. The problem is button.php which is the target on every members site. I have tried to make an button.php file on the root which contains Code: header ("location: topsite/button.php");
but the "?u=member" is not passed to the topsite's button.php. Is there a way to do that? Im sure that if every site must change his code, i will lose some members... |
|
| Author: | cyberDJ [ 2005-09-15 08:45 pm ] |
| Post subject: | |
Stupid me... The answer is: Code: $x = $_GET['u'];
header ("location: topsite/button.php?u=$x"); Case closed! |
|
| Page 1 of 1 | All times are UTC - 4 hours |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|