a weird error involving PHP or the server..
Posted: Wed Jun 14, 2006 7:55 pm
Sorry for the confusion but I really don't know what the error is..Okay.. So you can access my computer from an IP address,right? I have a site set up and everything works great if i go to http://localhost/index.php but the moment i go to http://myipaddress
I get the following page.
and so I changed it to. ( so it'd work non-locally as well.
however..everything works locally..only remotely do I get a problem.. I've rebooted the server..everything..any ideas?
I get the following page.
which is really odd because before this .. I had.
Under Construction
The site you were trying to reach does not currently have a default page. It may be in the process of being upgraded and configured.
Please try this site again later. If you still experience the problem, try contacting the Web site administrator.
Code: Select all
header("Location: http://localhost/index.php?nav=game&page=manage");Code: Select all
header("Location: index.php?nav=game&page=manage");