Options -Indexes +FollowSymLinks
### opcional
DirectoryIndex index.php

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

RewriteEngine On

RewriteRule ^(.*)$ index.php?URL=$1 [L]
