Hello, I seem to be stuck I was hoping some one here can help me it would be greatly appreciated. Here's the prediciment.
Here's the .htaccess file I'm using trying to get frocetype to work
<Files topic>
ForceType application/x-httpd-php
</Files>
<Files forum>
ForceType application/x-httpd-php
</Files>
Dosen't work
Here's an example of .htaccess file that does work
-FrontPage-
Options None
<Limit GET POST>
order deny,allow
deny from all
allow from all
require group authors administrators
</Limit>
I'd like to get the first one to work too and have no idea on what to make it look like. :bemused: