Hi there folks I have a rewrite set up like this: RewriteCond %{HTTP_HOST} !^www\.domainname\.co.uk RewriteRule (.*) http://www.domainname.co.uk/$1 [R=301,L] How would I go about either adding to this or modifying it so that any request for the index.php page always shows as http://www.domainname.co.uk/index.php ? Thanks in advance Jamie
Hi Jamie, But those cond and rule should do already what you want. I gues that you have multiple domains/subdomains. I've try to write some examples here, but for some reason I'm not allowed to write any URL like string BR, Marcel