<?php 
echo "<title>Home page processing using PHP engine!</title>
<h1><center>Home page processing using PHP engine!</center></h1><br>\n";

phpinfo (INFO_GENERAL);

echo "<center><h2>WASD Rules Required</h2>
<table cellpadding=0 cellspacing=0 border=0><tr><td><pre>
  #HTTPD\$MAP
  exec+ /*.php* /*.php* script=query=none

  #HTTPD\$CONFIG
  [Welcome]
  index.php
  [DclScriptRunTime]
  .php \$cgi-bin:[000000]phpwasd.exe

</pre></td></tr></table></center>";

phpinfo (INFO_VARIABLES);
?>
