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 :S

enter image description here

enter image description here

The browser displays the localhost instead of the phpmyadmin page... Can anybody tell me how should I configure the iis?

link|improve this question
I'm using IIS with PHP, and I found, that not the localhost page is displayed by every request, but the documentRoot setted in php.ini. :S – inf3rno Nov 22 '11 at 11:40
Hmm maybe fastCGI is not well configured ... – inf3rno Nov 22 '11 at 11:45
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.