Forum Moderators: phranque
RewriteCond %{HTTP_HOST} ^domain\.co\.uk [NC]
RewriteRule ^(.*) [domain.co.uk...] [R=301,L]
but the url is showing:
www.domain.co.uk//
how can i remove the last /
thanks
Ask your host to remove the trailing slash from your ServerName [httpd.apache.org] setting, and to set UseCanonicalName [httpd.apache.org] to 'off'.
Jim