Re: Using rewrite...

2001-01-22 Thread Tomas Edwardsson
On Fri, Jan 19, 2001 at 10:52:22PM -0600, Les Mikesell wrote: - Original Message - From: "Tomas Edwardsson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 19, 2001 4:56 AM Subject: Using rewrite... Hi I'm using rewrite to send a request to

Using rewrite...

2001-01-19 Thread Tomas Edwardsson
Any hints ? - Tomas Edwardsson - Mekkano ehf

Re: Using rewrite...

2001-01-19 Thread Tomas Edwardsson
, 19 Jan 2001, Tomas Edwardsson wrote: The problem is that I can't find a way to send the request to a relevant port if the request calls for a URL which ends with a slash ("/"). Any hints ? RewriteCond and %{REQUEST_FILENAME} ? This happens after the default URI Translati

Re: Using rewrite...

2001-01-19 Thread Tomas Edwardsson
) RewriteCond: input='/' pattern='.*\.php$' = not-matched - Tomas Edwardsson On Fri, Jan 19, 2001 at 11:32:34AM +, Matthew Byng-Maddick wrote: On Fri, 19 Jan 2001, Tomas Edwardsson wrote: RewriteCond %{REQUEST_FILENAME} .*\.php$ RewriteRule ^(.*)$ http://%{HTTP_HOST}:83$1 I Tested