http://wiki.dreamhost.com/index.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:
Code: Select all
Options +ExecCGI
AddHandler php-cgi .php
Action php-cgi /cgi-bin/php.cgiCode: Select all
$_SERVER['SCRIPT_FILENAME']Help?