mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9266 from open-sausages/pulls/4/update-usage-doc-with-rquire
DOC Substituce old apache syntax for Require
This commit is contained in:
commit
2f35cbd88c
@ -506,9 +506,8 @@ you can bypass the rules for a specific directory.
|
||||
Here's an example for a `.htaccess` file used by the Apache web server:
|
||||
|
||||
```
|
||||
<Files *.yml>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
<Files ~ "\.ya?ml$">
|
||||
Require all granted
|
||||
</Files>
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user