mod_action calls not working ?

wanah

Well-Known Member
#1
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
 

wanah

Well-Known Member
#3
Thanks, I've managed to get around this using modrewrite instead of mod_action.

I will wait for 4.2.21 to be pushed to stable.

Regards
 
Top