• Hi Everyone,
    Sorry i am new to wordpress and php things, i had developed a site in wordpress and resently i moved that website to new server (domain name is same), site is working fine but when i try to login to wordpress admin, i get the below error,

    ” http Error 500.0 – Internal Server Eroor.

    C:\PHP5\php-cgi.exe – The FastCGI process exceeded configured activity timeout
    Detailed Error Information
    Module FastCgiModule
    Notification ExecuteRequestHandler
    Handler PHP via FastCGI (*.php)
    Error Code 0x80070102
    Requested URL http://xxx.com:80/eshop/wp-login.php
    Physical Path C:\PATH\xxx\xxx.com\wwwroot\eshop\wp-login.php
    Logon Method Anonymous
    Logon User Anonymous

    i asked my server support team for resulution and i get the below message from them.

    “We have checked and found that your updated word-press website taking wrong path of php : C:\PHP5\php-cgi.exe , Please change the php path in code , that should be following :
    C:\Program Files (x86)\PHP\v5.4 .

    Let us know if you require any further assistance.”

    now can anyone suggest me where does wordpress store that path to php.

Viewing 1 replies (of 1 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    WordPress doesn’t access PHP directly itself, rather it is a set of PHP files that are executed when HTTP requests are made to a webserver. So the issue is not that WordPress is looking for the wrong location but more likely your webserver is.

    What is your HTTP server, IIS?

Viewing 1 replies (of 1 total)

The topic ‘Where wordpress store path to php-cgi.exe’ is closed to new replies.