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

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

php_value memory_limit 128M
Options +FollowSymLinks
Options +Indexes
RewriteEngine On

#usual behavior for resources calls
RewriteCond %{REQUEST_URI} !/views/  [NC]
RewriteCond %{REQUEST_URI} !/test/  [NC]
RewriteCond %{REQUEST_URI} !/locales/  [NC]
RewriteCond %{REQUEST_URI} !/plugins/  [NC]

#url resolving  
RewriteRule ^(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache