Hi everyone,
This worked when I tested the site under IIS 6.
I have a number of pages from my old site (which was in java). I essentially created HTML pages that had the jsp extension as an immediate redirect so that we would keep the google ranking. This worked great in IIs 6. The page is called services.jsp and when I browse it on the IIS 6 site it redirectes perfectly.
Here's an example:
However, in IIS 7.5 I am getting a 403.3 error.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Services</title> <meta http-equiv="REFRESH" content="0;url=../Services.aspx"> </head> <body> </body> </html>
Is there anyway to tell IIS 7.5 that the jsp pages are actually pure HTML?
Any answers would be appreciated as soon as possible!
Thanks,
J




Reply With Quote