I had manually installed Apache with PHP and had this working.
I want to use WAMP but not the aliases, I want to use virtual hosts. ---------------------------------------------------------- NameVirtualHost lostseed
<Directory "d:\lostseed"> Options all AllowOverride all Order allow,deny Allow from all </Directory> ----------------------------------------------------------
It goes go the WAMP5 Homepage and not d:\LostSeed I have this setup in C:\Windows\System32\Drivers\etc\hosts as well
you do not add this to your php.ini file, add it to your httpd.conf file. after you add it to your httpd.conf file, restart apache for the new settings to take efffect.