21286 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1074 Views |
-
First Page instead of URLSegment = /home

3 March 2010 at 12:11pm Last edited: 3 March 2010 12:11pm
Is it possible to teach Silverstripe to use the First Page of Sitetree instead of searching for the URLSegement "/" or "/home"..
-
Re: First Page instead of URLSegment = /home

3 March 2010 at 2:32pm
Hi,
just checked, it will use the first page in the SiteTree as the home page, not matter the name of the page.
you'll need to check the version of SS you are using.cheers
-
Re: First Page instead of URLSegment = /home

4 March 2010 at 2:13am
I'm still using SS 2.3.4 with the subsite module... Is it possible, that the subsite module make it happen?
-
Re: First Page instead of URLSegment = /home

12 July 2010 at 10:48pm
You can solve the Problem in
class RootURLController extends Controller {
/**
* @var boolean $is_at_root
*/
protected static $is_at_root = false;
/**
* @var string $default_homepage_urlsegment Defines which URLSegment value on a {@link SiteTree} object
* is regarded as the correct "homepage" if the requested URI doesn't contain
* an explicit segment. E.g. http://mysite.com should show http://mysite.com/home.
*/
protected static $default_homepage_urlsegment = 'home';see protected static $default_homepage_urlsegment = 'home';
| 1074 Views | ||
|
Page:
1
|
Go to Top |

