d8bit
6/26/2013 - 1:44 PM

Archivo para redirecciones de apache

Archivo para redirecciones de apache

RewriteEngine on

RewriteCond $1 !^(index\.php|resources|static|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]