> -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'
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 do.
I have a java server (that is using Jetty, internally) on my
machine. The server name is located on port 9090. I would have
> -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 simpl
Hi all,
Fairly new to Apache. Trying to do something pretty simple, but
have no clue what to do.
I have a java server (that is using Jetty, internally) on my
machine. The server name is located on port 9090. I would have just
installed Apache on this same machine at port 80. If I
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
Hi All, I want to redirect any page , say http://www.somedomain.com/foo/bar/test.html to http://www.otherdomain.com/foo/bar/test.html , except on a condition that www.somedomain.com/cgi-bin/home.cgi should fetch the page from local server's cgi-bin path... RedirectMatch ^(.*)\.*$ http://w
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
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 fine separated, I tried the REDIRECT directive in the
httpd.con