Re: ask a don't exists page and show other
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 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, e-mail: [EMAIL PROTECTED] > > For additional commands, email: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
Re: ask a don't exists page and show other
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 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
Re: ask a don't exists page and show other
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 file. -- Brett http://www.chapelperilous.net/~bmccoy/ --- It is your concern when your neighbor's wall is on fire. -- Quintus Horatius Flaccus (Horace) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
ask a don't exists page and show other
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, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]