Re: [EMAIL PROTECTED] mod_rewrite base url

2008-01-06 Thread Todd Nine
That fixed it, thanks Joshua! Here is my final config. RewriteEngine On #Match all request URIs that are empty RewriteCond %{REQUEST_URI} ^/$ RewriteRule (.*) http://%{HTTP_HOST}/insight/ On Jan 5, 2008 11:04 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Jan 5, 2008 9:13 PM, Todd Nine <[EM

Re: [EMAIL PROTECTED] mod_rewrite base url

2008-01-05 Thread Joshua Slive
On Jan 5, 2008 9:13 PM, Todd Nine <[EMAIL PROTECTED]> wrote: > Hi all, > I'm running Apache with mod_jk, and several tomcat back end servers. I > have a default application I would like to use, but I'm not sure how to get > mod_rewrite to work to redirect the client to the default server. What

[EMAIL PROTECTED] mod_rewrite base url

2008-01-05 Thread Todd Nine
Hi all, I'm running Apache with mod_jk, and several tomcat back end servers. I have a default application I would like to use, but I'm not sure how to get mod_rewrite to work to redirect the client to the default server. What I would like is something like the following user enters --> http://