Removing Double Slashes From URLs
22-Jul-2009
I was having a problem with one of my sites where, for reasons unknown, Wordpress was inserting an unwanted extra backslash after the domain name. For example,
garyharvey.net//whatever
I searched far and wide for the answer but my online friend Frank of C-4.us has sent me the answer. It’s in this page…
In brief, just add this to your .htaccess file…
# Remove multiple slashes anywhere in URL
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]


Gary what can I say. I luv the plugin and will be converting my own wordpress sites to use Keyword Luv. So many benefits.
mike@used mountain bikes´s last blog ..Hello world!