kipusoep / UrlTracker

The Url Tracker for Umbraco
MIT License
54 stars 61 forks source link

Url tracker writes null on RedirectNodeId in db #192

Closed borgchrist1 closed 5 years ago

borgchrist1 commented 6 years ago

Hi On my clients site 301 url tarcker has written null on all redirects to column RedirectNodeId and 1 on Is404. If i check force redirect it starts working and writes the correct nodeid to RedirectNodeId and changes Is404 to 0. Is there a way to fix this? You can close this since I guess is settings related.

daniel-chenery commented 5 years ago

If it's a 404 page, then this is expected. The RedirectNodeId is the ID of the page to redirect to

The Is404 column is just for logging 404's