
#force the html files to be executed as php files
AddType application/x-httpd-php .html	
AddType application/x-httpd-php .htm	

<Files ~ ".xml">
   Order allow,deny
   Deny from all
   Satisfy All
</Files>

RewriteEngine On

RewriteRule upload/file_(.*) index.php?sub=download&file_id=$1

