diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPManager/80LemonLDAPManager b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPManager/80LemonLDAPManager
index f8651bb..8ec7268 100644
--- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPManager/80LemonLDAPManager
+++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPManager/80LemonLDAPManager
@@ -51,6 +51,7 @@ EOF
# On-line documentation
Alias /doc/ /var/lib/lemonldap-ng/doc/
+ Alias /fr-doc/ /var/lib/lemonldap-ng/fr-doc/
Alias /lib/ /var/lib/lemonldap-ng/doc/lib/
Order deny,allow
@@ -59,6 +60,13 @@ EOF
Options +FollowSymlinks
DirectoryIndex index.pl index.html
+
+ Order deny,allow
+ Allow from all
+ ErrorDocument 404 /notfound.html
+ Options +FollowSymlinks
+ DirectoryIndex index.pl index.html
+
# Perl script
# Note: to avoid manager stay in memory, we don't use ModPerl::Registry