Hello,
I want to add a php script on my WP sidebar. But the thing is, the script doesn't seem to show. The script work om my previous hosting but not on GoDaddy hosting, which is my current.
Here's the content of my php5-custom-ini.cgi file:
#!/bin/sh
export PHP_FCGI_CHILDREN=3
exec /hsphere/shared/php5/bin/php-cgi -c /hsphere/local/home/MYROOTDIRECTORY/DirectoryOfmyDomain/cgi-bin/php.ini
and this is the Derivatives added to the .htaccess file:
AddHandler phpini-cgi .php .htm .html
Action phpini-cgi /cgi-bin/php5-custom-ini.cgi
please help me with this,
Algen