06-12-2008, 01:22 PM
Hi there,
I am building an app that relies on being able to call a script (called e.g. dynamic) as a PHP file. Ordinarily I would use something like the following in an htaccess file, but it doesn't seem to be working.
I am building an app that relies on being able to call a script (called e.g. dynamic) as a PHP file. Ordinarily I would use something like the following in an htaccess file, but it doesn't seem to be working.
Code:
<Files dynamic>
ForceType application/x-httpd-php
SetHandler application/x-httpd-php
</Files>
Can anyone tell me if this is supported at A2, please? If not, does anyone have another suggestion?
Thanks
CJ