PDA

View Full Version : URL issue


lild100
07-23-2011, 09:46 AM
Hi Guys

I just did the latest security patch upgrade and for some reason my site won't load with its usual url of www.tabletennisdaily.co.uk. The site goes into a index page.

However the site is loading with http://www.tabletennisdaily.co.uk/forum/forum.php

Any ideas how I can get tabletennisdaily.co.uk to load automatically into the /forum.forum.php url please?

Thanks :)

Dan

nhawk
07-23-2011, 09:52 AM
Create an index.php file at http://www.tabletennisdaily.co.uk/ (NOT IN FORUM FOLDER) and place this code inside it..

<?php
header("Location: http://www.tabletennisdaily.co.uk/forum/forum.php");
exit;
?>