oat-sa/extension-tao-delivery-schedule/master/.htaccess - Htaccess File

oat-sa/extension-tao-delivery-schedule/master/.htaccess

<Limit GET POST PUT DELETE>
  Allow from all
</Limit>

Options +FollowSymLinks
RewriteEngine On

#usual behavior for resources calls
RewriteCond %{REQUEST_URI} !/views/  [NC]
#url resolving
RewriteRule ^(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT, REQUEST_URI

Comments

Apache