Skip to content

Commit bc722ed

Browse files
Merge pull request #4321 from ovh/YC-Duplicate-PR4316
Web Hosting - fix for htaccess with WordPress
2 parents 0119de0 + dc52236 commit bc722ed

File tree

15 files changed

+44
-44
lines changed

15 files changed

+44
-44
lines changed

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.de-de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Erfahren Sie hier, wie Sie Ihre WordPress Website mit einer oder mehreren htaccess-Dateien absichern"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

1010
> [!primary]
1111
> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie beim geringsten Zweifel die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button «Mitmachen» auf dieser Seite.
1212
>
1313
14-
**Letzte Aktualisierung am 07.02.2023**
14+
**Letzte Aktualisierung am 08.03.2023**
1515

1616
## Ziel
1717

@@ -122,7 +122,7 @@ Options All -Indexes
122122
Ihre Datei **wp-config.php**, die sich im Wurzelverzeichnis Ihrer Website befindet, enthält sensible Konfigurationsinformationen. Verhindern Sie den Zugriff auf diese Datei, indem Sie folgende Zeilen in Ihrer **.htaccess**-Datei hinzufügen:
123123

124124
```bash
125-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
125+
<Files wp-config.php>
126126
order allow,deny
127127
deny from all
128128
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-asia.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-au.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-ca.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-gb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-ie.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-sg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Find out how to secure your WordPress blog with one or more htaccess files"
55
section: 'Tutorials'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Last updated 07th February 2023**
10+
**Last updated 8th March 2023**
1111

1212
## Objective
1313

@@ -120,7 +120,7 @@ Options All -Indexes
120120
Your **wp-config.php** file, located at the root of your website, contains sensitive configuration information. Block access to this file by adding the following lines to your **.htaccess** file:
121121

122122
```bash
123-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
123+
<Files wp-config.php>
124124
order allow,deny
125125
deny from all
126126
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.es-es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Descubra cómo proteger su blog WordPress con uno o más archivos htaccess"
55
section: 'Tutoriales'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Última actualización: 07/02/2023**
10+
**Última actualización: 08/03/2023**
1111

1212
> [!primary]
1313
> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página.
@@ -123,7 +123,7 @@ Options All -Indexes
123123
El archivo **wp-config.php**, situado en la raíz del sitio web, contiene información de configuración sensible. Impida el acceso a este archivo añadiendo las siguientes líneas en su archivo **.htaccess** :
124124

125125
```bash
126-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
126+
<Files wp-config.php>
127127
order allow,deny
128128
deny from all
129129
satisfy all

pages/web/hosting/htaccess_how_to_protect_wordpress/guide.es-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: use-htaccess-with-wordpress
44
excerpt: "Descubra cómo proteger su blog WordPress con uno o más archivos htaccess"
55
section: 'Tutoriales'
66
order: 022
7-
updated: 2023-02-07
7+
updated: 2023-03-08
88
---
99

10-
**Última actualización: 07/02/2023**
10+
**Última actualización: 08/03/2023**
1111

1212
> [!primary]
1313
> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página.
@@ -123,7 +123,7 @@ Options All -Indexes
123123
El archivo **wp-config.php**, situado en la raíz del sitio web, contiene información de configuración sensible. Impida el acceso a este archivo añadiendo las siguientes líneas en su archivo **.htaccess** :
124124

125125
```bash
126-
<Files ~ "^.*\.([Hh][Tt][AaPp])">
126+
<Files wp-config.php>
127127
order allow,deny
128128
deny from all
129129
satisfy all

0 commit comments

Comments
 (0)