jongwook/ksa14-kohana/master/.htaccess - Htaccess File

jongwook/ksa14-kohana/master/.htaccess

RewriteEngine On

RewriteBase /kohana/

RewriteRule ^(application|modules|system) - [F,L]

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

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache