Make a php info test file on your webserver
- Angelo Schalley
- Mar, 12, 2011
- html / php, IIS, joomla, Linux, Plesk Linux, Plesk Windows
- No Comments
put a file in your websites root directory or a in some folder :
info.php :
<?php
phpinfo();
?>
save and give execute writes : chmod +x