Koozali.org: home of the SME Server

Problem using .htaccess files in ibays

phil

Problem using .htaccess files in ibays
« on: May 10, 2004, 12:33:35 PM »
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.

Code: [Select]
<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?

Mark R

Problem using .htaccess files in ibays
« Reply #1 on: May 10, 2004, 03:03:23 PM »

phil

Problem using .htaccess files in ibays
« Reply #2 on: May 11, 2004, 10:35:52 AM »
Quote
have you downloaded the htaccess rpm contrib?


No, not yet. What does this do? Is there any documentation provided before I install it - just to be sure it's what I need?

Cheers,

Phil

phil

Problem using .htaccess files in ibays
« Reply #3 on: May 12, 2004, 04:03:48 PM »
Thanks - I installed it anyway and it did the trick - though I'm not entirely sure what it changed! (documentation could be better?...)