2006/10/10

First touch with PHP

I decieded to learn PHP. I installed PHP rpm from my company's repository, and then made it work by editing httpd.conf as below. The process is quite smooth!

vi /etc/httpd/conf/httpd.conf


Find the AddType application section and add the following line;

AddType application/x-httpd-php .php


Restart Appache by

apachectl graceful

No comments:

Post a Comment