09-30-2016, 12:48 PM
Can you put an index2.php in the userspice install folder and that just contains the following? It will help understand where the source of the problem is. 500 could be a PHP configuration error...
<?php
phpinfo();
?>
or perhaps anything that calls a PHP function?
<?php
echo "Hello World";
?>
<?php
phpinfo();
?>
or perhaps anything that calls a PHP function?
<?php
echo "Hello World";
?>