Anonymous
Unregistered
Posted 8 years ago #
can someone please help me. i have lost my site. or something is wrong. i go to the index.php and nothing shows up. there is nothing there, i can go to the wp-login page and all other pages just fine. just cant see my blog or index page.
here is the site http://www.4thborn.com
can someone give an idea what might be happening? i have tried uploading a fresh file from the sourece. still nothing.
thanks.
Which url is wrong ... it all looks good to me ?
Anonymous
Unregistered
Posted 8 years ago #
sorry i gave the wrong url. am using blogger in the mean time, until i get this going.
http://4thborn.com/wp
Anonymous
Unregistered
Posted 8 years ago #
holy crap. ok i figured it out.
i had hack file enabled. and it would let me see anything.
so if i have nothing in my hack file, it wont show my index page?
it's just that if the hack file is not present or not in a php format, it will cause an error...
Anonymous
Unregistered
Posted 8 years ago #
what is the proper php format?
Latest version of WP. just downloaded today.
Anonymous
Unregistered
Posted 8 years ago #
this is what i have so far, in my-hacks.php. is it wrong?
<?php
include($_SERVER['DOCUMENT_ROOT'] . '/acronymit.php');
include_once('wp-weather/weather.php');
add_filter('the_content', 'hilite');
?>