http://wiki.dreamhos...dex.php/PHP.ini
so i now, in my /home/username/website.com/cgi-bin/, have my custom php.cgi and php.ini files.
now to enable them for usage i had to put this in the .htaccess file:
Options +ExecCGI AddHandler php-cgi .php Action php-cgi /cgi-bin/php.cgi
now ever since i did that, when i try to use:
$_SERVER['SCRIPT_FILENAME']
instead of displaying "filename.php" like it used to, it now displays "php.cgi"
Help?
