Sam_Otten

New Member
Feb 21, 2014
27
5
Hey, my retro's website isn't loading (the whole website so not only the client), I've got Apache and MySQL turned on in XAMPP, port forwarded and my emulator (plus emulator) on. But it gives a "page not available error". It used to work fine but when I wanted to go to the site it didn't load.

I hope someone can help me.
 

Zaka

Programmer
Feb 9, 2012
471
121
Do you actually reach the webserver?

Open index.php and add phpinfo(); die(); to the top of the page, if it loads then it's probably something related to the code otherwise the web server/system configuration.
If it was something in the code it would give him 500 Internal Server Error
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
Yeah that might be true, didn't think about that. But services like IIS will tell you if thats the case.
He's using XAMPP but yes, that's why I'm asking whether he reaches the webpage if he makes the changes above.

As then I will be able to direct him to the correct log file. depending on the result.
 

Users who are viewing this thread

Top