pniebla/test-repo-console/master/.htaccess
RewriteEngine on
RewriteCond $1 !^(index.php|css|js|images|robots.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond $1 !^(index.php|images|styles|scripts|robots.txt|favicon.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{HTTP_HOST} !^(www|console) [NC]
RewriteRule ^(.*)$ http://www.niebla.tk/$1 [L,R=301]
Files
