XAMP is not displaying my default.aspx page..

Jun 25 2010 2:13 AM
Hi,
Am using ubuntu9.0 and xampp server.
i have written code in your Default.aspx page which will redirect to index.SHTML page.but default page is dispalying as it is in the browser..


my default.aspx code is below
<html >
<head runat="server" >
      <title>.: Technologies :.</title>
</head>
<body>
     <p><%Response.redirect("/index.shtml")%></p>
      <!--form id="form1" runat="server">
            <table>
               <tr>
                     <td><asp:contentplaceholder id="Main" runat="server" /></td>
<td></td>
                     <td><asp:contentplaceholder id="Footer" runat="server" /></td>
               </tr>
            </table>
      </form-->
</body>
</html>