I'm using SME Server 6.0 and I have a query regarding the use of .htaccess files in ibays.
Basically, I'm trying to use some ForceType directives in a .htaccess file to tell Apache that some filenames should be treated as PHP files.
e.g.
<Files articles>
ForceType application/x-httpd-php
</Files>
...so I can have 'nice' paths like
www.domain.com/articles/100...but it ain't happening - can anyone help?