#===========================
# Liga o modulo do apache
#===========================

RewriteEngine on

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d

RewriteRule ^(.*) index.php?$1 [QSA,L]

AddType text/x-component .html
#Nao permitir o Directory Listing:
#Options -Indexes