|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Mar 2006
7 posts
Gave thanks: 0
Thanked 0 times
|
DNS problems.
Alright, well I'm still having problems with my DNS, I transfered the IP adress and the primary name & secondary, but now all I get is a blank page. If I go to update my site a blank page stays. Its REALLY frustrating me. helppppppppp =[
dsdjgsgf.. EDIT---- I JUST FOUND OUT! that it works. yay. BUTTTTT only when i go to www.heart-ache.org/index.php i want it to be that way when i go to www.heart-ache.org can ya help me out? Last edited by omgitsmo; March 9th, 2006 at 4:04 PM.. |
|
|
|
|
|
#2 (permalink) |
|
Yabadabadoo
Super #1
Joined in Nov 2004
Lives in B.C., Canada
Hosted on Dedicated
1,013 posts
Gave thanks: 7
Thanked 28 times
|
well it looks like index.php isnt set up as a default index page. there a few things you can do
Add index.php to the Apache Config File Use .htaccess to set index.php as a default page Create an index.html and have it redirect to index.php and probably a couple other things i ahvent thought off of the top of my head, the best and most likely option you can implement is probably my second suggestion, .htaccess |
|
|
|
|
|
#3 (permalink) |
|
All Ur Base R Belong 2 Us
Excelling Contributor
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 But since index.php is the page you want to be seen you can just delete the index.html file.
__________________
Nobody doing nothing |
|
|
|