Thread: DNS problems.
View Single Post
Old March 9th, 2006, 7:20 PM   #3 (permalink)
mr_fern
All Ur Base R Belong 2 Us
Excelling Contributor
 
mr_fern's Avatar
 
Joined in Feb 2005
Lives in Vegas & New York
824 posts
Gave thanks: 2
Thanked 6 times
The problem is that there is an index.html file.

index.html takes precedence over index.php (due to the way apache's configuration file is set up ), so if an index.html file exists, the index.php won't be seen.

You have an index.html file in there with this code:
Code:
<html><head><title>Heart-Ache [dot] ORG<title><head>
<body><center>Under Construction<center><body><html>

hey
Which doesn't display because it's not written correctly.
But since index.php is the page you want to be seen you can just delete the index.html file.
__________________
Nobody doing nothing
mr_fern is offline   Reply With Quote