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") to a path with a slash ("test/"). I am assuming that this behavior somehow figures into this mess. Could this be true? The only strange thing is that it will even redirect "test/index.html" to "test/index.html/" when I use my own .htaccess file to attempt to redirect to an external link. How can the Apache web server be configured (httpd.conf) so that it will redirect ALL redirects (even ones that should be external) to the requested page plus one extra slash each time? I did find out that the Apache web server recursively handles mod_rewrite (first checks httpd.conf, then .htaccess, then back to httpd.conf again) for security reasons (understanable), but I wouldn't think this is necessary for external links unless Apache can disable routing to external links. This problem also applies to local redirection (for example, redirect "test" to "test2" redirects to "test/". I know how to do page redirection via meta tags and via JavaScript, but I have read that search engines will put the pages on a blacklist because this type of page redirection has been typical of spammers. I have a few hundred pages to redirect, so I really don't want to change each page nor do I want to get blacklisted. Anyone have any other suggestions? Thanks, Darrik Quoting "dlspaude@xxxxxxxx" <dlspaude@xxxxxxxx>: > 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 default Mac OS X > installation). > > Quoting Vincent Bray <noodlet@xxxxxxxxx>: > > > On 7/21/06, dlspaude@xxxxxxxx <dlspaude@xxxxxxxx> 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 > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx