17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1896 Views |
-
Changing default homepage

26 January 2007 at 3:44pm
Hey!
Just a quick question... Does anyone know how to change the default homepage from home to another?
Cheers,
Gary
-
Re: Changing default homepage

26 January 2007 at 4:47pm
Add the following to your _config.php. It will tell the system how to deal with the URL '' - ie, the root domain. The '->' at the beginning of the string tells it to redirect instead of looking for a controller of that name.
Director::addRules(100, array(
'' => '->relative-page-url/',
));
| 1896 Views | ||
|
Page:
1
|
Go to Top |


