Hi there folks
I have a rewrite set up like this:
RewriteCond %{HTTP_HOST} !^www\.example\.co.uk
RewriteRule (.*) http://www.example.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.example.co.uk/index.php rather than http://www.example.co.uk
?
Thanks in advance
Jamie
[edited by: phranque at 8:39 pm (utc) on Jun 18, 2013]
[edit reason] exemplified domain [/edit]