On 7/26/07, James Ellis <ellisje22@xxxxxxxxxxx> wrote: > Within the plugin, all requests under "/stores/*" are supposed to be handled > by the plugin. Does anyone know how I can force a request for a certain > JSP: > > http://servername/stores/suspect.jsp > > ...so that it won't be processed by the plugin? I need to redirect all > requests for this JSP to an html file on the web server (where Apache is > installed). > You need to rewrite, using the [PT] flag, to something not under the context root. Alternatively, you can use a redirect but this is usually not so desirable. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx