diff --git a/cgi-bin/css/ldapns.css b/htdocs/css/ldapns.css
similarity index 100%
rename from cgi-bin/css/ldapns.css
rename to htdocs/css/ldapns.css
diff --git a/cgi-bin/css/zboub.css b/htdocs/css/zboub.css
similarity index 100%
rename from cgi-bin/css/zboub.css
rename to htdocs/css/zboub.css
diff --git a/ldap_NS.pl b/ldap_NS.pl
index 378786c0d0db2fde8c1030b51b1da4434f430e3d..4919b25667bedbabc7b0a2c4ae7791b80458d34e 100755
--- a/ldap_NS.pl
+++ b/ldap_NS.pl
@@ -933,7 +933,7 @@ sub print_ns_headers($)
                         -cookie  => $cookies, );
 
     # $title; $js_enable, $xport, $html, $header_title, $jsarray, $cssarray
-    dg_header_html( $title, 0, 0, undef, $header_title, undef, ['css/ldapns.css'] );
+    dg_header_html( $title, 0, 0, undef, $header_title, undef, ['/auth/css/ldapns.css'] );
     print $template_header->output;
 
 }