RE: [EMAIL PROTECTED] Redirecting URL

2006-08-17 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 simple, but have no clue what to do.

Re: [EMAIL PROTECTED] Redirecting URL

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

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'll try it and see what I can come up

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

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 fine