I have troubles with IIS7 host headers. I'd like to create a domain for managing mysql with phpmyadmin. I tried to configure with these settings without success.
The browser displays the localhost instead of the phpmyadmin page. Can anybody tell me how should I configure the IIS?
Nah the problem was, that the documentRoot was overwritten by php.ini. I cleared the doc_root parameter from that file, and everything is working properly now.