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:
|
Here's an example for a `.htaccess` file used by the Apache web server:
|
||||||
|
|
||||||
```
|
```
|
||||||
<Files *.yml>
|
<Files ~ "\.ya?ml$">
|
||||||
Order allow,deny
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Files>
|
</Files>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user