oat-sa/extension-tao-filemanager/master/.htaccess - Htaccess File

oat-sa/extension-tao-filemanager/master/.htaccess

Options +FollowSymLinks
Options +Indexes
RewriteEngine On

#don't macth resources
RewriteCond %{REQUEST_URI} !/views/  [NC]
RewriteCond %{REQUEST_URI} !/locales/  [NC]
#call entry point for url resolving and framework bootstrap
RewriteRule ^(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache