Installing webpagetest private instance on windows

Hi can some one please list the steps to configure and install webpagetest steps I am facing some configuration issues. I am using WAMP and the www folder when I open in my web browser the index.php is not correctly rendered

You need to update the apache configuration to point to the www directory as the document directory.

Actually I am using WAMP on my local setup and I just copied and pasted the contents of webpagetest in www directory of wamp , I believe that is inbuilt in the WAMP , but I see that the webpages are not rendered and the webpages are unresponsive .
Could please suggest in plain terms the steps to configure the webpagetest in WAMP enviroment if possible . The steps would be a great help for me to setup at my end

Changes in httpd.conf file
un-comment
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

also add
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

@prashrathod7 why? None of those look like they would be needed or even make sense for a WPT install.

  • There are no .shtml files
  • .php files will go through cgi and should not be returned by the server at all