Thanks John - I tried it but I am not sure if it is working. Here is my config file: It's a bit confusing because I am using URL Master for friendly URLs: I want the old entry: http://www.pokerdiy.com/Home/PokerBlog/tabid/483/EntryID/75/Default.aspx to go to the new page: http://www.pokerdiy.com/blogs/featured-poker-blogs/articletype/articleview/articleid/202/pokerdiycd-poker-freeroll-league--tourney-10-results.aspx URL Master converts http://www.pokerdiy.com/Home/PokerBlog/tabid/483/EntryID/75/Default.aspx to http://www.pokerdiy.com//pokerblog/entryid/75.aspx (which is not found) so I put this in my Config file but it seems to have no effect. url="http://www.pokerdiy.com/blogs/featured-poker-blogs/articletype/articleview/articleid/202/pokerdiycd-poker-freeroll-league--tourney-10-results.aspx"
method="PermanentRedirect" isPattern="False" />
url="http://www.pokerdiy.com/blogs/featured-poker-blogs/articletype/articleview/articleid/202/pokerdiycd-poker-freeroll-league--tourney-10-results.aspx"
method="PermanentRedirect" isPattern="False" />
url="http://www.pokerdiy.com/blogs/featured-poker-blogs/articletype/articleview/articleid/202/pokerdiycd-poker-freeroll-league--tourney-10-results.aspx"
method="PermanentRedirect" isPattern="False" />
I put this file in the \bin folder - have I missed anything? |