Remove SID query string from urls
##add remove SID after
## enable rewrites
Options +FollowSymLinks
RewriteEngine on
############################################
## remove SID query string from urls
RewriteCond %{HTTP_HOST} !^domain\.co\.uk$ [NC]
RewriteRule ^(.*)$ http://domain.co.uk/$1 [R=301,L]