Haha, I knew it! It wasn't the permissions nor the htaccess.
It now works! Now I get "Warning: phpinfo() has been disabled for security reasons"
And I wasn't trying to discover anything, the phpinfo.php file is for me just a test file to see if php files are properly executed.
sure: http://konfuzzious.x10.mx/phpinfo.php
Contents of phpinfo.php are: <?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
Hi guys,
Just opened an account. Uploaded 1 script, checked the permissions (644 for files, 755 for directories) and a 0 bytes size .htaccess (it's recreated by cpanel when deleted).
However I still get a 500 Internal Server error when trying to run the php file.
I'm on the Lotus server. I hope...