Quote:
Originally Posted by 3pm
How can I tell if my server has suExec and/or PHPsuExec?
|
Create a phpinfo.php containing:
Code:
<?php
phpinfo();
?>
Upload it then acces it on your browser. If line 4 of the phpinfo shows CGI then your server is running PHPsuexec.