diff --git a/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md b/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md index bbc981ab0..34155e7d6 100644 --- a/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md +++ b/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md @@ -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: ``` - - Order allow,deny - Allow from all + + Require all granted ```