Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-20 Thread Jack Stone
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org, [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] Mod Rewrite Help Date: Sun, 19 Aug 2007 13:28:31 -0400 On 8/19/07, Jack Stone <[EMAIL PROTECTED]> wrote: > I've

Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-19 Thread Joshua Slive
On 8/19/07, Jack Stone <[EMAIL PROTECTED]> wrote: > I've wondered if is is necessary to use the RewriteEngine every time another > redirect set is used like this for example: This is one of those questions that I wonder why you bother asking. Why not just try it and see if it works. But anyway,

Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-19 Thread Jack Stone
From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod Rewrite Help Date: Fri, 17 Aug 2007 09:58:12 -0400 On 8/17/07, wi <[EMAIL PROTECTED]> wrote: > You'll need to configure a virt

Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-17 Thread Joshua Slive
On 8/17/07, wi <[EMAIL PROTECTED]> wrote: > You'll need to configure a virtual host listening to the 8765 interface. > Once you've done that, you will simply need to put together a rewrite to > send requests to /abc.html to whatever target url you want. > > Start by reading http://httpd.apache.org/

Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-17 Thread wi
You'll need to configure a virtual host listening to the 8765 interface. Once you've done that, you will simply need to put together a rewrite to send requests to /abc.html to whatever target url you want. Start by reading http://httpd.apache.org/docs/2.2/vhosts/ >From there, configuring the rewr

[EMAIL PROTECTED] Mod Rewrite Help

2007-08-16 Thread Manivel Arumugam
Hi, There is a need to configure a rewrite rule for the following source url to point to a target url. Source url - http://usearch.3m.com:8765/abc.html If you closely look at the above url, you can see a port number in it. I'm not that expert with rewrites and have never done this in the past ei