jeremiahC/cite_circle/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache