PHP doesnt work after upgrade
Posted by: Kenton
Posted on: 2006-04-26 17:01:00
Hi
I upgraded from 4.4.2 php_mod to 5.1.2 and now my site doesn't work. (and I can't change it back!!!!)
From what I can tell, this si due to the change from PHP as Apache module to PHP as CGI.
I can't find where to select "run PHP as CGI" in the panel (I used to be able to see it)
The problem is that this entry in .htaccess is not working any more
[code]php_value auto_prepend_file /home/myusername/myhiddendirectory/Start.INC[/code]
I tried changing /home/myusername/ to ../ but that didn't seem to make any difference.
I am new to PHP and my site developer is hard to get hold of.
Any Ideas?