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