############################
# REWRITE RULES

<IfModule mod_rewrite.c>

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

</IfModule>