Hi, my site won't load and I was getting messages saying there was a redirect loop in place. My webhosting company has said that the following code was the problem on my index.php file.
<?php
header('Location: ../');
?>
Does anyone know what I can do to correct this problem so I can load my page? I am at a complete loss. I can't find anything on the net about this.
Regards
Rachel