> -Original Message-
> From: Dougie [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 17, 2006 12:10 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Redirecting URL
>
> Thanks Boyle!
>
> A proxy is exactly what I want to do! I'
Thanks Boyle!
A proxy is exactly what I want to do! I'll try it and see what I can
come up with (is there any good examples of doing this?).
Dougie
Boyle Owen wrote:
-Original Message-
From: Dougie [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 16, 2006 7:11 PM
To: users@httpd
> -Original Message-
> From: Dougie [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 16, 2006 7:11 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Redirecting URL
>
> Hi all,
>
> Fairly new to Apache. Trying to do something pretty simple, but
> have no clue what to
You can try a neg. lookahead with Apache 2.x
RedirectMatch ^/(?!cgi-bin)(.*)$ http://www.somedomain.com/us/company/en/$1
--
Robert
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.ap
On 2/7/06, Ricardo Gamero <[EMAIL PROTECTED]> wrote:
> Hello everyone!
>
> here's my problem (a very simple one ;); I've been trying to redirect my
> home page (http://168.243.x.x/index.html) to a secure one in the same server
> ip: https://168.243.x.x/apps/servlets/IndexServlet
> both URL works