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