Blank page – bad index.php
-
My site, recently integrated with wordpress (uneasytimes.com) is now just showing a blank page (I can only write blog posts and do all kinds of back door wordpress stuff) I suspect I need to fill in the blanks on my index.php file. I can see my old site if I view uneasytimes.com/index.html. So, I suspect, not being able to see my site at the root level is why I can’t see WordPress.
my index.php file currently reads like this:
<?php // Try to handle it with the upper level index.php. (it should know what to do.) if (file_exists(dirname(dirname(__FILE__)) . '/index.php')) include (dirname(dirname(__FILE__)) . '/index.php'); else exit; ?>I haven’t a clue what I am supposed to put in this file. Can anyone help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Blank page – bad index.php’ is closed to new replies.