diff options
author | polo <ordipolo@gmx.fr> | 2022-03-02 01:26:52 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-03-02 01:26:52 +0100 |
commit | e2b6a17f219f243806ca15341c7a07f5a449dc2c (patch) | |
tree | e450b74e2ddfb393c32f9d04bd9174ecb76e21fb /.htaccess | |
parent | 2afdde9749eeface10ceca832eb7f8ff8d32de3c (diff) | |
download | melaine-e2b6a17f219f243806ca15341c7a07f5a449dc2c.zip |
htaccess
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,5 +7,6 @@ | |||
7 | ErrorDocument 404 http://melaine.localhost/erreur404.php | 7 | ErrorDocument 404 http://melaine.localhost/erreur404.php |
8 | #ErrorDocument 404 "<a href='http://melaine.localhost/erreur404.php' >retour au site</a>" | 8 | #ErrorDocument 404 "<a href='http://melaine.localhost/erreur404.php' >retour au site</a>" |
9 | 9 | ||
10 | # Interdire exploration du répertoire | 10 | # Interdire l'exploration des répertoires |
11 | Options All -Indexes | 11 | # mettre un .htaccess avec cette ligne dans chacun des dossiers à la racine |
12 | # Options -Indexes | ||