kagami-ryuuji/tsundere/master/.htaccess - Htaccess File

kagami-ryuuji/tsundere/master/.htaccess

RewriteEngine On

RewriteBase /

<Files .*>
  Order Deny,Allow
  Deny From All
</Files>

RewriteRule ^(?:application)b.* index.php/$0 [L]

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

RewriteRule .* index.php/$0 [PT]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache