1. Create a file with the following content:
<?php
phpinfo();
?>
and then save it into the $HTTPD_VHOSTS_D/domain.tld/httpdocs folder as 1.php (the name may be different, only .php should be existed)
2. Open the file via browser:
http://your-domain.com/1.php
Note! The PHP support should be enabled for the domain.
On the page the standard PHP diagnostic table should be existed.
Leave a Reply
You must be logged in to post a comment.