Whelk8891 0 Posted April 8, 2009 Go to www.fordownersclub.com - can see the PHP code for the site because there is no index.php - its been renamed to "index.php-rename". This started happening yesterday. I'm guessing most people have the forum page bookmarked which is why nobody else has noticed it yet. Its a potential security breach if the right sort of people start digging around in there. Share this post Link to post Share on other sites
Didz 0 Posted April 8, 2009 I second that. I went to the page and got rather confused!! Don't want this site to close!! It's all I look at all day!! :D :D :D Share this post Link to post Share on other sites
SierraYankee99 3 Posted April 8, 2009 Thirded, someones phoobarred. Sort it before we're sat actually doing something constructive rather than looking busy whilst relaxing on here. Share this post Link to post Share on other sites
Steve 249 Posted April 8, 2009 thanks for pointing that out very strange.. does anyone have any idea when this changed? i have placed a blank index for the moment odd why the original one dissapeared. Share this post Link to post Share on other sites
Mark M.K 70 Posted April 8, 2009 It happened sometime yesterday in the afternoon/evening as it wernt like it yesterday morning Share this post Link to post Share on other sites
Steve 249 Posted April 8, 2009 cheers.. think i was a plumb and broke it updating the page.. Share this post Link to post Share on other sites
Whelk8891 0 Posted April 13, 2009 Instead of having just one link to the forums on the homepage, why don't you stick in a meta redirect: <meta http-equiv="refresh" content="4;forums/index.php" /> (where the 4 is the number of seconds to wait before automatic redirect) Alternatively, just change index.php to: <?php header("Location:forums/index.php") ?> That way every hit on that page will be redirected instantly to the forums. If you don't fancy either of those, then at least add <title>FordOwnersClub.com</title> within the <head> tags. It says "Untitled docuemnt" at the moment. Share this post Link to post Share on other sites