Daniel Chenery
Daniel Chenery
Yupp, one day, eventually, I'll probably re-develop the backoffice to use Angular. It's a while away from today though 👍
@kipusoep We are in a similar position where we would love to re-build this in Angular, but our resources are elsewhere at the moment. I'm trying to keep on top...
@kipusoep Excellent! Do ping me an email if you need a hand with anything 😃
We could always disable the core URL tracker on install too 😆 https://github.com/umbraco/Umbraco-CMS/blob/dev-v7/src/Umbraco.Web/Editors/RedirectUrlManagementController.cs#L70
The biggest missing feature for me is the ability to add custom rules, that is what motivated me to fix the initial YSOD bug. However, @nul800sebastiaan's 1st point makes me...
Are you still seeing this problem? I'm unable to replicate it
What are the permissions for IIS_USR on this file?
@garpunkal What version are you running? I'm new to the project here, but looking back on the thread, was this not fixed in [7d1ee47](https://github.com/kipusoep/UrlTracker/commit/7d1ee47f7ae248a607ad907612f7163a3be55e36)? Which looks like it was released...
What version of the URL Tracker are you running? Forced Redirects were broken in 3.14 Also, is the old URL absolute or relative? I can't remember if it makes a...
An absolute URL would be `http://www.example.com/about-us`. A relative URL is `/about-us` It's likely installed via NuGet if you don't see it in the Umbraco Backoffice. In VS go to Tools...