home
posts
about
rss
home
posts
about
rss
— URL Rewrite Double Slashes to Single
RewriteCond
%{REQUEST_URI} ^(.*)//(.*)$
RewriteRule
. %1/%2 [R=301,L]
tags: htaccess, apache
posted 2010-05-15 00:00:00 -0700 in snippets