vote up 0 vote down star

I have recently migrated an existing blog from dasBlog 2.0 to version 2.2 (and at the same time from IIS6 to IIS7). The upgrade of dasBlog versions was only for the purpose of getting the blog to work under IIS7, Unfortunately with the upgrade I have also received a new URL scheme for my posts.

This has left me in the position of having broken links from both internal and external resources. I have tried writing a simple HttpModule to hook into the BeginRequest and do 301 transfers from my old URLs to my new URLs... but I had no luck with that.

So my question is, what is the best way with dasBlog to have a custom URL scheme? I see that dasBlog has its own URL rewritter, but I could not figure out how to tap into that.

Also worth pointing out is that my hosting provider has allowed IIS7 to handle URLs with plus signs in them. So my old URL scheme "should" work, I think it is only a matter of wiring up dasBlog to understand the old URL scheme again.

flag

closed as no longer relevant by Jason Whitehorn Nov 21 '08 at 23:32

Browse other questions tagged or ask your own question.