5099 Posts in 1519 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 168 Views |
-
Root URL Classname Conflict

8 January 2013 at 10:03am
Our site is using SS 2.4, and we're preparing to migrate to 3.0. Our information architecture design has caused us to hit the limitation for root URLs that they cannot be the same as a class name for one of our root URLs. Just wondering if you could give any background on why this limitation is imposed, this will help me determine the best way to work around it.
Thank you very much for your help, and thank you for your tremendous work on this product.
-
Re: Root URL Classname Conflict

10 January 2013 at 5:58pm
The urls in SilverStripe are controlled by routes. You would have seen Director::addRules() and routes.yml files around the place / mentioned in the tutorials. One of these core routes built in is for $ClassName to access the controller class (e.g Security/login goes to Security controller). Normally you have your controllers named FooController or BarController so conflicts are unlikely but you could setup your routes so that the given url you want has a higher priority than the built in route.
http://doc.silverstripe.org/framework/en/reference/director#routing
| 168 Views | ||
|
Page:
1
|
Go to Top |


