RE: [users@httpd] URL rewrite rule not working the way I thought it should

2011-03-03 Thread Campbell, Lance
rule not working the way I thought it should > Is there a different command other than [L] I should use to tell apache to > rewrite the URL internally?  Or is my issue related to the fact that I am > pointing to a URL that goes to mod_jk

Re: [users@httpd] URL rewrite rule not working the way I thought it should

2011-03-03 Thread Eric Covener
> Is there a different command other than [L] I should use to tell apache to > rewrite the URL internally?  Or is my issue related to the fact that I am > pointing to a URL that goes to mod_jk? Try PT - The official User-To-User

[users@httpd] URL rewrite rule not working the way I thought it should

2011-03-03 Thread Campbell, Lance
I have a URL: http://test.webservices.illinois.edu/bob/calendar/list/7 I want to rewrite the URL internally so apache sees it as the following tomcat mod_jk URL: http://test.webservices.illinois.edu/calendar/list/7 BUT I don't want to redirect. I want apache to see the URL internally as the