I have a config.js file which contains PHP code. Wondering what's the htacess code to get config.js parsed as a PHP file. This is what I had before :
<Files config.js>
# mod_php
# SetHandler application/x-httpd-php
# Webfaction
SetHandler php70-cgi
</Files>