Hello,
One of our customers has a script that makes use of mod_action to send templates to a php script :
AddType company/bjf .bjf
Action company/bjf /template/parser.php
DirectoryIndex index.bjf index.php index.html
However when I call index.bjf in the browser it downloads the file.
Should this work ? I haven't seen anything in the doc that says it shouldn't…
Thanks
One of our customers has a script that makes use of mod_action to send templates to a php script :
AddType company/bjf .bjf
Action company/bjf /template/parser.php
DirectoryIndex index.bjf index.php index.html
However when I call index.bjf in the browser it downloads the file.
Should this work ? I haven't seen anything in the doc that says it shouldn't…
Thanks