alicankustemur/neptun_b2b/master/.htaccess - Htaccess File

alicankustemur/neptun_b2b/master/.htaccess

SetEnv CI_ENV development
<IfModule mod_rewrite.c>

  Options +FollowSymLinks -Indexes

  Options -MultiViews
  RewriteEngine on

  RedirectMatch 403 ^/.*/(system|application/config|application/logs|.git|.hg).*$

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache