The FriendUrl is really a great module for DNN. I like it very much and thank you for your wonderful work.
I think I met a little bit problem.
Right now I add a friend url rule as
.*/people/(.*).aspx
~/Default.aspx?TabID=58&lastname=$1
I have tried to comment the line to save original URI but it still does not help.
' save original url in context
'app.Context.Items.Add("UrlRewrite:OriginalUrl", app.Request.Url.AbsoluteUri)
I am using DNN 4.84, VS 2008 in Windows Vista with IIS7.0. Is it a IIS7.0 issue or somewhere I can change the code a little bit?
Any help will be appreciated!
|