hathoora/hathoora/master/docroot/.htaccess - Htaccess File

hathoora/hathoora/master/docroot/.htaccess

# ----------------------------------------------------------------------
# Start rewrite engine
# ----------------------------------------------------------------------
RewriteEngine On

# frontController
RewriteCond %{REQUEST_URI} !^/_assets/ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule  .* index.php  [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache