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: [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

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

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 performs

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

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 . Basically i would be redirecting this way,

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 properly now. Let me know if there is a

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
Hi Boyle , Much to your reply .. We have a apache + tomcat (mod_jk2 )installation . we have certain configuration for our apache which passes all requests to tomcat . Now in the apache configuration at respective file called 011-subnetworks ( at sites-enabled

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 inclined to pore over your config file

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
@httpd.apache.org Subject: RE: [EMAIL PROTECTED] RedirectMatch Hi Boyle , Hi Sanjay, I don't mean to be rude, but I don't feel inclined to pore over your config file... It's up to you to distill your problem into a simple query that a helper on the list can read and understand. I ask again

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 etc.

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: 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,

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 to

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/something,

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/something,

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

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,

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:

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 clearer.