|
UrlMap
Structure of the URLs in a Flint application
This makes it easy to configure a rewrite rule in a front-end web server to hide the managamente UI from outsiders ( a rewrite rule would be needed anyway to omit the your-flint-app part). Inside the management UI, we would have:
Possibly some users would not have access to all of those management features. For exemple, a news contributor could be allowed to see only the content/ area, while a news editor could see content/, categories/ and navigation/ but not users/. |
Sign in to add a comment