Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Eric Covener
On Thu, Sep 18, 2008 at 6:26 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > Subsequent rules don't run after the L or PT flags, when your rules > are in httpd.conf outside of directory/location. Whoops, credited Andre's observation here in the first draft and lost it. -- Eric Covener [EMAIL PROTE

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Eric Covener
On Thu, Sep 18, 2008 at 3:22 PM, Stauffer, Robert G <[EMAIL PROTECTED]> wrote: > OK, that makes sense that PT wouldn't apply and that the rewrite engine > won't reprocess the URL. > > Hmmm. I did a poor job of explaining what I'm trying to do. > Basically I'm trying to hide the "jahia/Jahia" p

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread André Warnier
Stauffer, Robert G wrote: [...] RewriteEngine On RewriteLogLevel 3 RewriteLog logs/rewrite_port81.log RewriteRule ^/$ /jahia/Jahia/site/jazzd/pid/9 [C,PT](This redirects properly, but the next line is ignored.) I'm not (yet) an expert, but isn't your problem the [,PT] flag above

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread solprovider
On 9/18/08, Stauffer, Robert G <[EMAIL PROTECTED]> wrote: > Same thing happened: It serves up the correct page, but the browser URL > is http://example.com/ instead of > http://example.com/site/jazzd/pid/9. And the second RewriteRule is > ignored: > Bob Stauffer You may be confusing several dif

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Justin Pasher
Stauffer, Robert G wrote: OK, that makes sense that PT wouldn't apply and that the rewrite engine won't reprocess the URL. Hmmm. I did a poor job of explaining what I'm trying to do. Basically I'm trying to hide the "jahia/Jahia" portion of the URL. That means there are three cases that ne

RE: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Stauffer, Robert G
Message- From: Justin Pasher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 13:53 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] java app URL rewrite Stauffer, Robert G wrote: > Justin, > > Just tried: > > RewriteEngine On > RewriteLogLevel 3 > Rewri

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Justin Pasher
Stauffer, Robert G wrote: Justin, Just tried: RewriteEngine On RewriteLogLevel 3 RewriteLog logs/rewrite_port81.log RewriteRule ^/$ /jahia/Jahia/site/jazzd/pid/9 [C,PT] RewriteRule ^/jahia/Jahia/(.+)$ $1 [L] Same thing happened: It serves up the correct page, but the browser URL is

RE: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Stauffer, Robert G
EMAIL PROTECTED] Sent: Thursday, September 18, 2008 12:14 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] java app URL rewrite Stauffer, Robert G wrote: > Hi all, > > OK, I'm stummped. I'm new to URL rewriting and I have one I struggling > with. I&#x

Re: [EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Justin Pasher
Stauffer, Robert G wrote: Hi all, OK, I'm stummped. I'm new to URL rewriting and I have one I struggling with. I've messed with it for a few days, but can't seem to get very far. Environment: Web server: IBM HTTP Server 6.0.2.23 - based on Apache 2.0.47 App server: IBM WebSphere App Server 6.

[EMAIL PROTECTED] java app URL rewrite

2008-09-18 Thread Stauffer, Robert G
Hi all, OK, I'm stummped. I'm new to URL rewriting and I have one I struggling with. I've messed with it for a few days, but can't seem to get very far. Environment: Web server: IBM HTTP Server 6.0.2.23 - based on Apache 2.0.47 App server: IBM WebSphere App Server 6.0.2.23 Java app: Jahia Conte