# razorCMS default access file - smiffy6969 - www.razorcms.co.uk - www.darkhorizonproject.com

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>

##### Optional items - activate as necessary ###############
# These may be in your server setup file                   #
############################################################

DirectoryIndex index.html index.htm index.php index default.html default.htm default.php
# Options +FollowSymLinks

############################################################
# End of optional lines                                    #
############################################################

############################################################
# Switch on rewrite engine - please ensure you have        #
# mod_rewrite engine enabled on server                     #
############################################################

RewriteEngine On

############################################################
# If having issues with sef url you could try uncommenting #
# this line below to ensure your basepath points correctly #
# If you have razor installed in sub folder, add this      #
############################################################

#RewriteBase /

##### RE-MAP YOUR SEF URL TO THE RAZOR URL #################
# Try this default setting below for advanced sef url,     #
# if it fails to work, try adding your server path to your #
# installation before the index part. i.e. /razor/ giving  #
# you /razor/index.php/$1 where razor is the path you      #
# installed razor to. if this fails consult the forum for  #
# help                                                     #
##################### end ##################################

############################################################
# redirects any amount of sub folders and htm file to      #
# index file.                                              #
############################################################

RewriteRule ^(.*)/?([0-9A-Za-z-]+).htm index.php

############################################################
# redirects any htm file to index file                     #
# for use with standard SEF URL if problems using          #
# above redirect, comment out above rewrite using a '#'    #
# before un-commenting this one                            #
############################################################

#RewriteRule ^([0-9A-Za-z-]+).htm  index.php
