I've found that the solution was easier than it looked. Think regular expressions always is like that.The regular expression says: "From the start of the string after the base Url (~) exclude umbraco and ucommerce and uCommerce, the rest goes to base url.
UrlRewriting.config Single Page Application
Hi I have a problem getting UrlRewriting to work for my single page application.
I use the following:
The problem now is I redirect all to AngularJS, but now I can't access Umbraco. Does anyone know how I can redirect all to AngularJS except /Umbraco ?
I've found that the solution was easier than it looked. Think regular expressions always is like that.The regular expression says: "From the start of the string after the base Url (~) exclude umbraco and ucommerce and uCommerce, the rest goes to base url.
Here's my solution:
I use the uCommerce package as well, which have some control API in /ucommerce, so these need to be excluded too.
is working on a reply...