addhandle
Posted: Sat Jul 14, 2007 3:17 pm
I get php5 all installed. According to sever-info php5 is installed and working.
However, when i go to a .php file or .php file it just displays my <?php text so i know its not running.
So i added this to my apache config file
<IfModule mod_php5.c>
AddHandler application/x-httpd-php .inc .php .php5 .php4 .php3 .phtml
AddHandler application/x-httpd-php-source .phps
</IfModule>
And when i add that the server just starts then breaks.
HELP!
Thanks guys
\
However, when i go to a .php file or .php file it just displays my <?php text so i know its not running.
So i added this to my apache config file
<IfModule mod_php5.c>
AddHandler application/x-httpd-php .inc .php .php5 .php4 .php3 .phtml
AddHandler application/x-httpd-php-source .phps
</IfModule>
And when i add that the server just starts then breaks.
HELP!
Thanks guys
\