View Single Post
  #1   (View Single Post)  
Old 17th April 2009
Nk2Network Nk2Network is offline
Port Guard
 
Join Date: Jan 2009
Posts: 43
Default not supported by my php

Hello,

I install apache, myqsl, php5, when I type my site url is index.php I see the page code. In my httpd.conf file I added the extension php

Code:
DirectoryIndex index.html index.htm index.html.var index.php index.php3 index.php4
For changes to be taken into account I restart my apache, I always have the same problem on the line AddType application

Code:
AddType application/x-httpd-php .php
Reply With Quote