View Full Version : Duplicate Home page
Starlight
03-17-2005, 11:49 AM
I have re-named my home page to HOME in page properties, without knowing that this was a bug in the system. I only noticed this was a problem when I edited my HOME page a few days ago. When I log onto my site the unedited home page displays, and when I click on the HOME button the edited HOME page shows up. How do I get the edited HOME page that's named HOME to display when I log on to my site. The original unedited Home page is not listed in the edit section. Uninstalling/re-installing is not an option because my site is close to forty pages long..I've looked through the other threads and I don't see a similar problem....please help. :(
Ruben
03-18-2005, 02:52 PM
go into your database and to the sitepages table, there it will say 'Home', edit this to 'Homepage'.
then create a new page, called 'home'.
than create in a text file on you system a file called for example, home.inc
insert the text between the lines in there:
-------------
<?php header("Location: http://www.yourdomainname.com/index.php?pr=Home"); ?>
------------
This will redirect your startpage to your 'Home' startpage.
than go to your sohoadmin and upload (trough filemanager) this home.inc file.
than go to the page editor and edit the 'Homepage' page drag and drop the 'php include' button in there and select your home.inc from the dropdown list.
Done.
Starlight
03-18-2005, 10:10 PM
go into your database and to the sitepages table, there it will say 'Home', edit this to 'Homepage'.
then create a new page, called 'home'.
than create in a text file on you system a file called for example, home.inc
insert the text between the lines in there:
-------------
<?php header("Location: http://www.yourdomainname.com/index.php?pr=Home"); ?>
------------
This will redirect your startpage to your 'Home' startpage.
than go to your sohoadmin and upload (trough filemanager) this home.inc file.
than go to the page editor and edit the 'Homepage' page drag and drop the 'php include' button in there and select your home.inc from the dropdown list.
Done.
Thank you Ruben :)
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.