Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

OOppps.... We renamed our home page in CMS... Now what ?


Go to End


2 Posts   843 Views

Avatar
DrewSplatt

Community Member, 1 Post

21 February 2015 at 4:50am

When we renamed home to home_original we thought we were doing a good thing. However, now when we make modifications to the home page in the CMS, we save and publish those changes, but the changes are never live. If you look at the code of the page, you can see the changes we made, but again, those changes are never shown in the browser to the public. We CAN see those changes in a SS preview of the page, but never on the live site. Again, even though the code DOES show the changes. So we are pretty sure this occurred when we decided to rename the home page, but w are not 100% certain. If that is the case, how do we recover from this ?

Avatar
JonoM

Community Member, 130 Posts

24 February 2015 at 6:39am

As far as I know SilverStripe requires a page with a URL Segment of 'home' to be displayed as the website's index page. If you change the URL Segment (e.g. to home_original) SilverStripe will no longer consider it to be the home page and I think it will create one for you. If you look at your site tree you may have a new page called Home that is now being displayed as the website's index page.

If this page exists, try deleting it then revert the URL Segment of your original home page back to 'home' and save and publish.