http://www.christian3x3.com/index.php
As I said I can delete this index.php file and upload info.php and rename it index.php:
http://www.christian3x3.com/index2a.php
and it works just fine . I can remove any /includes reference from this index.php and it works: "REMOVEING THE FOLLOWING"
<?
#########################################
# !! - LEAVE THIS STUFF WELL ALONE - !! #
#########################################
include ('includes/top_index.php');
#########################################
# - May all your piles be money - #
#########################################
?>
http://www.christian3x3.com/index3.php
but with links to /includes folder I get this dns page not found error.
Click the holybible link on index3.php (includes folder) and back to dns error you go!
However .php files within the includes folder work just fine:
http://www.christian3x3.com/includes/dloads.php
Im stumped on this ! I have chown the user to the /includes folder and set permissions to 777 yet still same problem.