Hi, I am trying to create a custom indexes for a Directory. One requirement that has come up is the use of a hidden text field to store a value in. The docs mention that is HeaderName can refer to a CGI script but I can't seem to make it work. FancyIndexing works fine with this directive: <Directory /data/www/*/html> Options +Indexes AddIcon /spl-icons/folder.png ^^DIRECTORY^^ IndexOptions FancyIndexing IgnoreCase SuppressHTMLPreamble SuppressDescription SuppressSize HeaderName /template/header.shtml Order deny,allow Allow from 195.222.242.128/25 </Directory> However my efforts to make HeaderName a cgi-script are failing. Is this because I would need to generate the entire index from CGI rather than from mod_autoindex? Is it possible to create a HeaderName that is a script and let mod_autoindex perform the rest of the index? Any configuration tips would be greatly appreciated. Thanx, Dp. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx