Page is a not externally linkable
da95649 - 1:05 pm on May 9, 2006 (gmt 0)
[edited by: tedster at 12:12 pm (utc) on May 10, 2006]
ive just edited by htaccess which looks like its done the job: php_flag session.use_trans_sid off
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST}!^www\.domainname\.co\.uk$
RewriteRule ^(.*)$ http://www.example.co.uk/$1 [R=permanent,L]
[edit reason] Note: add a space before ! in line 4 [/edit]