WAMP Server not working

前端 未结 12 1891
忘掉有多难
忘掉有多难 2020-12-03 07:48

Okay so a continuation from this question, where you experts intro\'d me to WAMP, which can basically execute PHP within a Windows XP environment.

So now I\'ve got i

12条回答
  •  不思量自难忘°
    2020-12-03 08:19

    Well, in case the above still dont help as it was with me, follow these steps:

    • Change your apache port (from httpd.conf) to something else, say 8056, at the two places where port 80 occurs in the file
    • Then change your browser proxy appropriately. i.e the proxy to "localhost" and the port to your "8056".
    • Save the file and restart Wamp Services
    • Launch localhost in your browser

    Hope it works! A better approach is really needed.

提交回复
热议问题