Creating mappings using the 301 Url Tracker for an extension other than .aspx in IIS 5.1 & 6 on Windows XP
Hi all
As the title says, I'm having some issues creating custom url mappings using the 301 url tracker for an extension other than .aspx in IIS 5.1 & 6 on Windows XP.
I'm trying to redirect some old .jsp pages to the new .aspx umbraco pages.
I've added .jsp as an extension in IIS, and updated my UrlRewriting.config to redirect all jsp pages to .aspx. The urls created using the 301 url tracker package now give me 404 errors, as the .aspx page doesn't exist..
I'm probably doing this completely wrong, so any help would be appreciated :)
Creating mappings using the 301 Url Tracker for an extension other than .aspx in IIS 5.1 & 6 on Windows XP
Hi all
As the title says, I'm having some issues creating custom url mappings using the 301 url tracker for an extension other than .aspx in IIS 5.1 & 6 on Windows XP.
I'm trying to redirect some old .jsp pages to the new .aspx umbraco pages.
I've added .jsp as an extension in IIS, and updated my UrlRewriting.config to redirect all jsp pages to .aspx. The urls created using the 301 url tracker package now give me 404 errors, as the .aspx page doesn't exist..
I'm probably doing this completely wrong, so any help would be appreciated :)
I've think I've sussed it by just changing my 301 redirects to be .aspx instead of .jsp. The UrlRewriting.config handles the writing of .jsp to .aspx.
A better place for this topic would be either here or here.
Anyway, there you will also find the information you're looking for: http://our.umbraco.org/projects/developer-tools/301-url-tracker/bug-reports/15335-v13-404-on-classic-ASP-pages-(v13-Classic-asp-handle-causes-404-(urlRewritingconfig-does-work-with-same-setting)?p=1#comment70008
is working on a reply...