.htaccess
Ahah - now we’ve changed the Home Page from index.html to index.php and deleted the old page - links no longer work. No real problem but the address of madpride.org.uk at http://madpride.org.uk/index.html gets a 404 error (file not found).
So just make a text file and name it .htaccess and upload it to the root of madpride.
It contains a line of Apache code:
Redirect 301 /index.html http://madpride.org.uk/index.php
And that works because the server always looks for the .htaccess file first. Search Engines are happy with this too.
(This log is protected by an .htaccess file - in a different place)