Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Page Indexed with double //


jdMorgan - 4:27 pm on Aug 9, 2007 (gmt 0)


Jeez, this should not be so hard...

How about this:

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.

Jim


Thread source:: http://www.webmasterworld.com/apache/3412891.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com