mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC Substituce old apache syntax for Require
This commit is contained in:
parent
d95fe203b8
commit
d7f5ed3e65
@ -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