Page is a not externally linkable
jdMorgan - 4:27 pm on Aug 9, 2007 (gmt 0)
How about this: Jim
Jeez, this should not be so hard...
RewriteCond %{REQUEST_URI} ^//+(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/(([^/]+/)*)/+$
RewriteRule ^/ http://www.example.com/%1 [R=301,L]
Be sure that you're completely flushing your browser cache after makinf any change to the .htaccess file(s) on your server.