what's wrong with my htaccess?
Posted by: critical15
Posted on: 2008-07-30 11:56:00
Hi - have a simple problem here. I'm trying to use a custom php.ini, so I followed http://wiki.dreamhost.com/PHP.ini. I made my cgi-bin folder (subdomain.dreamhosters.com/cgi-bin), and successfully copied php.ini & php.cgi. Then I copy and paste, using pico, the exact text of the .htaccess file into a new .htaccess in subdomain.dreamhosters.com. I try a phpinfo(), and get a 500 error. Of course if I delete my .htaccess then phpinfo() works, from the DH php.
I am *positive* that php.cgi and php.ini are both in the cgi-bin folder, which is in my subdomain.dreamhosters.com folder.
Seems like it should've been easy, any idea what went wrong?