php.ini change via .htaccess from wiki not working
Posted by: blazes816
Posted on: 2007-01-20 01:58:00
Hello.
I used the wiki article to create a new php.ini file so I could edit it. The .htaccess code given was:
Options +ExecCGI
AddHandler php-cgi .php
Action php-cgi /cgi-bin/php.cgi
However, after uploading .htaccess with this in it I get a 500 internal service error. How can I fix this and get my new php.ini working?