I know there are some similar thread out there but I'm still having some issues with routing.
My single page app is located in <project root>/SPA. How can I make an IIS rewrite rule that lets me visit the umbraco backoffice at the regular url, and rewrites the rest of the requests to <project root>/SPA?
Single page app routing
I know there are some similar thread out there but I'm still having some issues with routing.
My single page app is located in
<project root>/SPA
. How can I make an IIS rewrite rule that lets me visit the umbraco backoffice at the regular url, and rewrites the rest of the requests to<project root>/SPA
?Hi Filur
Can you try this urlRewrite rule?
It will rewrite everything except '/umbraco'
Thanks,
Alex
Hey Alex,
What rule? ;)
I suppose you're talking about something like https://stackoverflow.com/questions/12614072/how-do-i-configure-iis-for-url-rewriting-an-angularjs-application-in-html5-mode which seems to work fine, thanks :)
Hi Filur
Exactly like that, sorry didn't insert the code :) hard day
Alex
is working on a reply...