RewriteCond %{REQUEST_FILENAME} .*\.php$
RewriteRule ^(.*)$ http://%{HTTP_HOST}:83$1

I Tested it like this and this doesn't seem to work, either
I'm misunderstanding RewriteCond or this method doesn't work.

- Tomas

On Fri, Jan 19, 2001 at 10:59:43AM +0000, Matthew Byng-Maddick wrote:
> On Fri, 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 Translation handler.
> 
> MBM
> 
> -- 
> Matthew Byng-Maddick   Home: <[EMAIL PROTECTED]>  +44 20  8981 8633  (Home)
> http://colondot.net/   Work: <[EMAIL PROTECTED]> +44 7956 613942  (Mobile)
> Under  any conditions,  anywhere,  whatever you  are doing,  there is some
> ordinance under which you can be booked.  -- Robert D. Sprecht, Rand Corp.

Reply via email to