Forum Moderators: phranque
i wanted to parse some php code in an html page. i tested .htaccess with the following
AddType application/x-httpd-php .html
this works fine.
is there a way (in .htaccess or .conf files) to specify what URLs would be parsed - so - e.g.
apache.html and widget.html
would be parsed for php and the rest kept?
any advice gratefully received