agabardo/codeigniter_blog/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]
RewriteCond %{HTTP_REFERER} !^http://localhost.*$ [NC]
RewriteRule .*.(gif|jpg|jpeg|bmp)$ http://localhost [R,NC]
</IfModule>
Files
