itek102/sps/master/.htaccess
AddDefaultCharset utf-8 Options +FollowSymLinks Options -Indexes DirectoryIndex index.php RewriteEngine on RewriteCond $1 !^(index.php|images|sounds|css|ui-lightness|robots.txt|public) RewriteCond %{REQUEST_URI} !.(css|js|jpg|gif|png|mp3)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L,QSA]