Results 1 to 2 of 2

Thread: [RESOLVED] Need help with page displays in IIS 7.5

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2005
    Posts
    323

    Resolved [RESOLVED] Need help with page displays in IIS 7.5

    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:
    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>
    However, in IIS 7.5 I am getting a 403.3 error.

    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

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2005
    Posts
    323

    Re: Need help with page displays in IIS 7.5

    Got it. I set up a MIME type for .jsp and made it point to text/html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width