I am trying to have 2 files in a subdirectory which I would like to appear in the searchengine friendly way. The problem is that it seems as if I can only do this for one at a time.
This is what I is working for one file
<Files articles>
ForceType application/x-httpd-php
</Files>
I tried to enter this two times ( for this file and the other one) but this gives me error messages.
I found someplace a method like the following but it doesn't work for me either
<Files~ ( articles | resource)>
ForceType application/x-httpd-php
</Files>
Does anybody has an idea what I could try to make this work?
Thank you in advance
Andrea