سؤال

I have installed PHP manager. But then when I try to access PHPinfo. I got the following screen. enter image description here

What should I do?

هل كانت مفيدة؟

المحلول

EquinoX, create a directory called C:\inetpub\wwwroot\testsite, and in that directory put a file called test.php which contains

<?php echo phpinfo(); ?>

You should then be able to run this by typing

http://localhost/testsite/test.php

in your browser window.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top