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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Stop Framework from process specific subdirectories for letting angularjs routes unprocessed


Go to End


487 Views

Avatar
mtz1

Community Member, 1 Post

16 April 2015 at 10:26pm

Hello everyone,
i have an silverstripe 2.4 installation in which i implemented an angular frondend singlepage app.
the app starts on one page: www.mypage.de/some_ss_page/angular_app_page/
The angular routing is now handled via hashbangs a la www.mypage.de/some_ss_page/angular_app_page/#/some_angular_app_state

Now i dont want the hash # because of page-jump issues so how can i teach silverstripe not to process everything after the url-segment /angular_app_page/
At the moment - of course - Silverstripe searches for the page 'some_angular_app_state' if i go to:

www.mypage.de/some_ss_page/angular_app_page/some_angular_app_state

Is there a way to achieve that?

Greetings from Cologne,
M