DELETED INDEX.PHP PLEASE HELP

Permalink
Hi everyone,

Please help I have deleted the index.php on our ftp by mistake.. I replaced it with what I thought it was (pasted below)... but the website is now just in a redirect loop!! It just flashes open over and over!!

Could you please see what you think is wrong?...

Thanks, William.

http://www.nine23.co.uk



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Refresh" content="0;url=index.php" />
<!-- UK -->
</head>
<body>
</body>
</html>

 
enlil replied on at Permalink Best Answer Reply
enlil
if you've removed the index.php from the root of your site, the file should contain this:

<?php 
require('concrete/dispatcher.php');
wchestnutt replied on at Permalink Reply
Amazing thanks!!! that was a bit scary! thought I was using our other test FTP login... won't do that again in a hurry!