Kajna/K/master/.htaccess - Htaccess File

Kajna/K/master/.htaccess

# ------------------------------------------------------------------------------
# | Rewrite URL | Front end controller pattern
# ------------------------------------------------------------------------------
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /K/index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache