On Dec 9, 2007 1:09 AM, Christian Lerrahn <[EMAIL PROTECTED]> wrote: > RewriteRule (.*/)/+(.*) $1$2 [R=permanent,L] > > fixes almost all of my problems. The only problem that remains is that > the pattern doesn't match at the beginning of the path.
Works for me in perl and httpd. Try RewriteLog and looking at the HTTP request/response directly. -- Eric Covener [EMAIL PROTECTED] --------------------------------------------------------------------- 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
