Jump to content

php disabled?!


snoodle

Recommended Posts

When WAMP is installed, it only configures Apache to parse .php files with PHP.

 

To parse .html files as PHP, go to WAMP tray icon and select Apache > httpd.conf. Scoll down until you find this line

AddType application/x-httpd-php .php

 

Change it to

AddType application/x-httpd-php .php .html

 

Save the httpd.conf and restart the Apache service. Your .html files should now be parsed as PHP.

Link to comment
https://forums.phpfreaks.com/topic/150364-php-disabled/#findComment-789704
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.