RE: [EMAIL PROTECTED] Redirecting URL

2006-08-17 Thread Boyle Owen
> -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'

Re: [EMAIL PROTECTED] Redirecting URL

2006-08-17 Thread Dougie
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

RE: [EMAIL PROTECTED] Redirecting URL

2006-08-16 Thread Boyle Owen
> -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

[EMAIL PROTECTED] Redirecting URL

2006-08-16 Thread Dougie
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

Re: [EMAIL PROTECTED] Redirecting url with except cgi-bin

2006-06-08 Thread Robert Ionescu
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

[EMAIL PROTECTED] Redirecting url with except cgi-bin

2006-06-08 Thread Ganeshh HariHaran
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

Re: [EMAIL PROTECTED] Redirecting URL

2006-02-07 Thread Joshua Slive
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

[EMAIL PROTECTED] Redirecting URL

2006-02-07 Thread Ricardo Gamero
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