Hi everybody. For some reason php is not working on my server. http://www.flashmavi.com/php_info.php A logged in to my server and when i type php -v i get: PHP 5.3.3 I have Apache/2.2.15 Does anybody know what i have to do to make it work? Will i have to add something to my httpd.conf file? Thanx m.
Hello there, Do you have a control panel with your server? What operating system do you use as well? Chris
It's on Cent OS and my only control panel is webmin. I make most changes through command line. But it's a new server and i've only set up DNS and FTP so far.
Hi there, How did you install php? I would check your /etc/httpd directory to ensure that you have PHP handlers loading into your Apache configuration. Chris
Hi, Check you php.ini file. The phpinfo function might be disabled or will be listed on the disable_fuctions line in your ini file. Take care