Hi,
By rereading all your messages, there is still something that challenges me!
'http://localhost/' => access denied
'http://localhost/phpmyadmin/' => OK
Then, you wrote :
<Directory "c:/wamp/www/">
and
12 - What is the full path to the installation of WampServer (eg D:\wamp\) i:\wamp
If Wamp is well installed in i:/wamp, it should be <Directory "i:/wamp/www/">
because, originally, in httpd.conf, there is : <Directory "${INSTALL_DIR}/www/">
It seems that you have not put back the original httpd.conf file.
To do this :
Left-Click -> Apache -> Apache Settings -> Wampserver settings for Apache -> Allow Apache files restoration
to check it
wait for refresh
Left-Click -> Apache -> Apache Settings -> Restore files saved at the installation of Apache -> Restore httpd.conf
wait for refresh
Left-Click -> Apache -> Apache Settings -> Restore files saved at the installation of Apache -> Restore httpd-vhosts.conf
wait for refresh
Right-Click -> Restart from zero
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons