In my js folder I want one particular file (common.js) to be parsed as php.
<Files common.js>
AddType application/x-httpd-php .js
</Files>
This works but I dont understand the need for ending .js.
Shouldnt
AddType application/x-httpd-php alone work ?
Thanks