My site has index.php directed to default.php and the search engines don't seem to like it and some directories won't recognise my address. What can I do to solve this and where can I find some info or tutorials to help me. I don't mind reading and searching, just don't know where to start. site is http:// barrie101. com Thanks Fix Johnson
Dear Fix Johnson, How you are redirecting index.php to Default.php ? From the script or from .htaccess file. You can use one of these in your .htaccess file: redirect 301 /index.php http://www.barrie101.com/Default.php or redirect permanent /index.php http://www.barrie101.com/Default.php or redirectpermanent /index.php http://www.barrie101.com/Default.php I wish search engine will become happy. Reference : http://www.isitebuild.com/301-redirect.htm Thanks. Coolsaint