<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

# Configuraci贸n para aumentar el tama帽o de subida de archivos
php_value upload_max_filesize 1000M
php_value post_max_size 1000M
php_value max_execution_time 480
php_value max_input_time 480