diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 17:11:22 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 17:11:22 +0200 |
commit | 6e9d41fee2fd07dc068a4373becb970bf5ffed40 (patch) | |
tree | b81ba4e412a5809efefb3673331093bf6e28b3ab /extras/htaccess | |
parent | a59aab5a8c8122e13ca8482246437feac536da5b (diff) |
Added DirectoryIndex in htaccess
Diffstat (limited to 'extras/htaccess')
-rw-r--r-- | extras/htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/htaccess b/extras/htaccess index c1e90ab..f5647b9 100644 --- a/extras/htaccess +++ b/extras/htaccess @@ -2,3 +2,6 @@ ErrorDocument 404 /404.html # Redirection pour les flux rss restés sous wordpress Redirect /feed/ /feed + +# On n'autorise pas le parcours des répertoires +DirectoryIndex index.html /404.htm |