php_value upload_max_filesize "100M"
php_value post_max_size "100M"

RewriteEngine on
RewriteCond $1 !^(index\.php|haproxy|css|js|images|files|robots\.txt|applet|audios|pdf|firmas|fotos|pdf16|logos|ordenes|xml|txt_salida)
RewriteRule ^(.*)$ /index.php?/$1 [L] 
