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:
|
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