Discussion:
how to execute .php5 file using wamp or xamp
(too old to reply)
CHANDRA SEKHAR
2015-05-16 14:56:51 UTC
Permalink
Hi all,

Namasthe trying to execute the files with .php5 extension just simply showing the source code of the program. Requesting any one to help in this regard pls

Chandu
9000073180
Kees Nuyt
2015-05-16 18:48:39 UTC
Permalink
On Sat, 16 May 2015 07:56:51 -0700 (PDT), CHANDRA SEKHAR
Post by CHANDRA SEKHAR
Hi all,
Namasthe trying to execute the files with .php5 extension just simply showing the source code of the program. Requesting any one to help in this regard pls
Look up in the manual:
AddHandler

Like in:
AddHandler application/x-httpd-php .php5
AddHandler application/x-httpd-php .php
Post by CHANDRA SEKHAR
Chandu
9000073180
HTH
--
Kees Nuyt
CHANDRA SEKHAR
2015-05-22 18:44:40 UTC
Permalink
It works a lot thanks a ton

Continue reading on narkive:
Loading...