How can I define more than one file in .httaccess wit ForceType function...
I know one way ... like this:
<FILES file1>
ForceType application/x-httpd-php
</FILES>
<FILES file2>
ForceType application/x-httpd-php
</FILES>
<FILES file3>
ForceType application/x-httpd-php
</FILES>
...
Is there another way?
Thank you!