Right I got my php and vhost thingy worked out then I find that info.php states that it hasn't got mysql while php4-mysql is installed and the site has it turned on in ispconfig. Any way I can troubleshoot this? www.djerk.nl/info.php '--without-mysql' Should php.ini have mysql off globally? ";extension=mysql.so" TIA
This should not be commented out: ";extension=mysql.so" When you have the mysql php extension installed. Try to remove the comment (;" and restart your apache webserver.
So unlike PHP which disabled by default and enabled per vhost, how is mysql denied per vhost then? I did uncomment the line so I could install my site ) just wondering if it's the way it should be...