GetSimple Support Forum
Changing the home page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Changing the home page (/showthread.php?tid=1455)



Changing the home page - Will - 2011-03-23

Is there a simple way to change which page appears as the default home page? (i.e. which one is index.php)

The site in question only has three items in the top-level navigation with one of these pages as the home page but my client has decided she wants one of the other two pages to be the home page. Is there a way to do this without resorting to .htaccess or spending an afternoon copy-and-pasting page content around between pages?

Thanks


Changing the home page - yojoe - 2011-03-23

Where's the problem exactly ?
Index is default landing page. If you want to have other content on it, then copy->paste from other page.
Otherwise you have to forward incoming user to other pages.
Sicne GS uses mod rewrite:
DirectoryIndex default_page.extension reserve_page.extension
or do a 301 redirect


Changing the home page - Will - 2011-03-23

yojoe Wrote:Where's the problem exactly ?
Index is default landing page. If you want to have other content on it, then copy->paste from other page.
Otherwise you have to forward incoming user to other pages.
Sicne GS uses mod rewrite:
DirectoryIndex default_page.extension reserve_page.extension
or do a 301 redirect

Thanks, I was really hoping not to have to resort to cutting and pasting as I am using custom sub-menu navigation, meaning that I would not only have to cut-and-paste the home page with it's replacement, but all the dozen or so sub-pages under each as well! Obviously I could have planned for this if my client had not been so adamant she would not need to alter the site structure a few months ago!


Changing the home page - mvlcek - 2011-03-23

Will Wrote:Thanks, I was really hoping not to have to resort to cutting and pasting as I am using custom sub-menu navigation, meaning that I would not only have to cut-and-paste the home page with it's replacement, but all the dozen or so sub-pages under each as well! Obviously I could have planned for this if my client had not been so adamant she would not need to alter the site structure a few months ago!

If your navigation relies on the parent and priority settings of the pages, you might want to use the I18N plugin (http://get-simple.info/extend/plugin/i18n/69/) to move the pages to another parent.

(But make a backup of your site first)


Changing the home page - ccagle8 - 2011-03-23

Sorry Will - cutting and pasting is the only way to go in this instance. GS is meant to be extremely easy and non-confusing for the client (one homepage, you can't delete it, etc.) and hopefully powerful enough for the developer.

We try to get around these types of clashes by using configuration settings in gsconfig.php, but this is one instance right now that there isn't a work around that the developer can use.