jeremiahC/cite_circle/master/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index.php|assets|css|images|robots.txt|css|docs|js|system) RewriteRule ^(.*)$ /cite_circle/index.php?/$1 [L] </IfModule>