Quick guys i need some help! Ive just added this .htaccess file to a site and now im getting a 500 internal server error.
Is there anything wrong with this???
Code:
RewriteEngine on
RewriteRule ^/index\.php$ http://www.domain.co.uk/ [R=301, L]
RewriteRule ^(.*)/index\.php$ http://www.domain.uk/$1/ [R=301, L]