• N00byEdge

    (@n00byedge)


    Hio!

    I’m trying to do some of my own hosting, this is how far I’ve got;
    I have MySQL, WordPress, Apache running flawlessly, I have tried installing PHP on the server tough, and that’s where nothing starts working, I have tried inputting the MySQL information into wp-config but when I try openinganyp age all I get is; https://puu.sh/2cqoQ and I belive that is beacuse I don’t have php running?

    I have Windows server x64 and using Apache 2, WP 3.5.1, I am quite sure I am doing something very n00bish wrong, but it’s ,y first time trying to host, anyone who can help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Web server serving up code… looks like PHP problem. I’m not much of a server admin, so these are some of the things I would do to debug.

    First thing, you need to check your phpinfo(). Servers with php enabled should have this built in, but the location and name of the page varies. Wamp has it at “localhost/?phpinfo=1”. If it loads, then you may see the particular module problem on that page.

    I believe that Apache needs to call up php5_module when it starts up. Make sure that is happening in the apache logs.

    Also, it’s important to know that there is a delicate relationship between Apache and PHP versions. Some versions simply are incompatible and don’t load. I’ve looked around for a table of compatibility, but found none.

    I know this is not what you need to hear, but I found that WAMP was the kindest to me with regard to serving up my own sites.

    Thread Starter N00byEdge

    (@n00byedge)

    Oh yhe, I already have a non-privately hosted website, wokring perfectly, but this was just my first try on experimenting, but I’ve gotten quite far, I wil try to find a souloution ,all help is appreciated! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No PHP is running (?)’ is closed to new replies.