Re: ask a don't exists page and show other

2001-03-02 Thread Carlos
where i must put that? thanks - Original Message - From: "David Crooke" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 5:54 AM Subject: Re: ask a don't exists page and show other RedirectMatch 301 (.*)\.asp$ $1.jsp Carlos wrote: i have my page

ask a don't exists page and show other

2001-03-01 Thread Carlos
i have my pages from asp to jsp the problem is that there are users that asks asp pages. there is any way for make this: if my browser asks a *.asp page forward (show) the index.jsp page? how? thanks Carlos - To unsubscribe,

Re: ask a don't exists page and show other

2001-03-01 Thread Brett W. McCoy
On Thu, 1 Mar 2001, Carlos wrote: i have my pages from asp to jsp the problem is that there are users that asks asp pages. there is any way for make this: if my browser asks a *.asp page forward (show) the index.jsp page? You'd have to have a redirection in your ASP page to the new JSP

Re: ask a don't exists page and show other

2001-03-01 Thread David Crooke
RedirectMatch 301 (.*)\.asp$ $1.jsp Carlos wrote: i have my pages from asp to jsp the problem is that there are users that asks asp pages. there is any way for make this: if my browser asks a *.asp page forward (show) the index.jsp page? how? thanks Carlos