Does WAMP support the following:
AddHandler application/x-httpd-php70 .php .php5 .php4 .php3
I want to code this because it will be used by the production server, however if i code this, the php source of the page being accessed will be download instead of being processed
AddHandler application/x-httpd-php70 .php .php5 .php4 .php3
I want to code this because it will be used by the production server, however if i code this, the php source of the page being accessed will be download instead of being processed