# razorCMS access file - smiffy6969 - www.razorcms.co.uk - www.burningfist.co.uk

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
<Files index>
ForceType application/x-httpd-php  
</Files>
DirectoryIndex index.html index.htm index.php index default.html default.htm default.php

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([0-9A-Za-z-]+).htm  index.php/$1
