Re: [EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-24 Thread dlspaude
I've tried many other scenarios and checked Firefox's Live HTTP Headers (which showed the Location as the original requested page plus an extra slash each time it recursively redirected), but no joy. I did notice that the web server is redirecting (301) paths with no ending slash (such as "test")

Re: Re: [EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-21 Thread Vincent Bray
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Unfortunately your suggestions also runs into the same problem (redirection loop to itself). The only thing I can figure is that this is a server configuration issue, but I have no idea what the ISP would need to change. I don't even know h

RE: [EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-21 Thread Ellison , John P
> > Hello, > > I have been trying for days to figure out how to get my web site > redirected > (301) to a different domain by using RedirectMatch (mod_alias) but all I > get on > EVERY attempt is an extra slash "/" added to the end of the address in the > browser. Of course the server then perfor

Re: [EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-21 Thread dlspaude
Unfortunately your suggestions also runs into the same problem (redirection loop to itself). The only thing I can figure is that this is a server configuration issue, but I have no idea what the ISP would need to change. I don't even know how to break it on my own Apache web server (basically a def

Re: [EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-21 Thread Vincent Bray
On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The .htaccess file in the "test" directory contains one line: RedirectMatch permanent .* http://www.spaudemedia.com Does RedirectPermanent / http://www.spaudemedia.com/ .. work any better? -- noodl --

[EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-21 Thread dlspaude
Hello, I have been trying for days to figure out how to get my web site redirected (301) to a different domain by using RedirectMatch (mod_alias) but all I get on EVERY attempt is an extra slash "/" added to the end of the address in the browser. Of course the server then performs recursive redire

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
From: Sanjay Saha > [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 22. März 2006 13:35 > > To: users@httpd.apache.org > > Subject: RE: [EMAIL PROTECTED] RedirectMatch > > > > Hi Boyle , > > Hi Sanjay, > > I don't mean to be rude, but I don't

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Boyle Owen
> -Original Message- > From: Sanjay Saha [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. März 2006 13:35 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] RedirectMatch > > Hi Boyle , Hi Sanjay, I don't mean to be rude, but I don't feel in

[EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
Hi Boyle, In regard to my earlier mail,' You must understand there is directory called /usr/projects/domain/htdocs/bbb . The system at apache is running such that a http get request for /usr/projects/domain/htdocs/bbb/index.jsp would display /usr/projects/domain/htdocs/index.jsp with it parts bei

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
in.com RedirectMatch (.*)\.*$ https://www.domain.com/bbb$1 The error which is happening now : ( from apache error log) [error] [client xx.xx.xx.xx] File does not exist: /usr/projects/domain/htdocs/bbb I could think a trailing / could bemissing in the logic . But then how could i add it in th

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Boyle Owen
> -Original Message- > From: Sanjay Saha [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. März 2006 10:21 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] RedirectMatch > > Hi , > > My earlier post has some inconsistencies . > I am reposting it

[EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
Hi , My earlier post has some inconsistencies . I am reposting it properly now. Let me know if there is a wayout. -- revised -- I require a very unique expression matching with apache . Basically i would be redirecting this way, http://www.abc.domain.com -> http://www.domain

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Boyle Owen
> -Original Message- > From: Sanjay Saha [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. März 2006 08:37 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] RedirectMatch > > Hi , > > I require a very unique expression matching with > apache . >

[EMAIL PROTECTED] RedirectMatch

2006-03-21 Thread Sanjay Saha
Hi , I require a very unique expression matching with apache . Basically i would be redirecting this way, http://abc.domain.com -> http://domain.com/abc/index.jsp . Let me know the right expression at vhosts.conf.. I am using ServerName abc.domain.com RedirectMatch (.*)\.*$ https:

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
Joshua Slive writes: On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: Joshua Slive writes: > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: >> Joshua Slive writes: >> >> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: >> > >> >> I want to redirect all requests like >> >> site.com

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Joshua Slive
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > Joshua Slive writes: > > > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > >> Joshua Slive writes: > >> > >> > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > >> > > >> >> I want to redirect all requests like > >> >> site.com/somethi

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
Joshua Slive writes: On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: Joshua Slive writes: > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > >> I want to redirect all requests like >> site.com/something, >> site.com/something/someotherthing, >> site.com/something/xyz/someotherthing >>

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Joshua Slive
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > Joshua Slive writes: > > > On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > > > >> I want to redirect all requests like > >> site.com/something, > >> site.com/something/someotherthing, > >> site.com/something/xyz/someotherthing > >> > >> to

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
Joshua Slive writes: On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: I want to redirect all requests like site.com/something, site.com/something/someotherthing, site.com/something/xyz/someotherthing to site.com/something.html, no matter if or without trailing slash BUT NOT if the URL is a

Re: [EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Joshua Slive
On 1/30/06, Björn Heller <[EMAIL PROTECTED]> wrote: > I want to redirect all requests like > site.com/something, > site.com/something/someotherthing, > site.com/something/xyz/someotherthing > > to site.com/something.html, no matter if or without trailing slash BUT NOT > if the URL is a .gif, .jpg

[EMAIL PROTECTED] RedirectMatch wrongly matching single chars of a string?

2006-01-30 Thread Björn Heller
Hi List, I've got following problem: I want to redirect all requests like site.com/something, site.com/something/someotherthing, site.com/something/xyz/someotherthing to site.com/something.html, no matter if or without trailing slash BUT NOT if the URL is a .gif, .jpg etc. So I've got t

Re: [EMAIL PROTECTED] RedirectMatch

2005-12-20 Thread Eric
Hi, mod_security is interesting, it definitely looks like the right idea for this guy's situation, but it is kind of funny in a way, if you need mod_security you are already somewhat screwed, but it is nice to have around.. :) Eric At 07:32 AM 12/20/2005, Joshua Slive wrote: On 12/19/05, E

Re: [EMAIL PROTECTED] RedirectMatch

2005-12-20 Thread Ed Sawicki
Joshua Slive wrote: On 12/19/05, Ed Sawicki <[EMAIL PROTECTED]> wrote: I'm administering an Apache server that runs PHP-based Webapps that I have not written and cannot change. These Webapps are being successfully attacked. Here's an example from the log: 66.57.121.127 - - [19/Dec/2005:19:50:4

Re: [EMAIL PROTECTED] RedirectMatch

2005-12-20 Thread Joshua Slive
On 12/19/05, Ed Sawicki <[EMAIL PROTECTED]> wrote: > I'm administering an Apache server that runs PHP-based > Webapps that I have not written and cannot change. These > Webapps are being successfully attacked. Here's an > example from the log: > > 66.57.121.127 - - [19/Dec/2005:19:50:46 -0800] "GET

[EMAIL PROTECTED] RedirectMatch

2005-12-19 Thread Ed Sawicki
I'm administering an Apache server that runs PHP-based Webapps that I have not written and cannot change. These Webapps are being successfully attacked. Here's an example from the log: 66.57.121.127 - - [19/Dec/2005:19:50:46 -0800] "GET /phplive/image_tracker.php?l=Bob&x=1&deptid=0&page= http%3A/

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Joshua Slive
On 11/7/05, Marc Perkel <[EMAIL PROTECTED]> wrote: > What I really want to do is this: > > http://www.(.*)/mailman/(.*) --> http://mailmam.$1/$2 > > What I want to do is preserve the host part after the www and substiture > mailman for www and lose the mailman on the end. I should have been cle

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Marc Perkel
Joshua Slive wrote: On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote: OK - how would I do this? I'm migrating my mailman server to another computer and I'm changing the URL and I want to redirect from the old URL to the new one. The old server has many virtual domains and here

Re: [EMAIL PROTECTED] RedirectMatch Question

2005-11-07 Thread Joshua Slive
On 11/6/05, Marc Perkel <[EMAIL PROTECTED]> wrote: > OK - how would I do this? > > I'm migrating my mailman server to another computer and I'm changing the > URL and I want to redirect from the old URL to the new one. The old > server has many virtual domains and here what I want to do: > > http://

[EMAIL PROTECTED] RedirectMatch Question

2005-11-06 Thread Marc Perkel
OK - how would I do this? I'm migrating my mailman server to another computer and I'm changing the URL and I want to redirect from the old URL to the new one. The old server has many virtual domains and here what I want to do: http://www.churchofreality.org/mailman/* ---> http://mailman.ch