Link to home
Start Free TrialLog in
Avatar of eamolawler
eamolawler

asked on

index.html.var


I am creating multiple directories in my htdocs directory of my Apache server.  Each of these directorys contain further child directories.  

i.e.

htdocs
  !--folder2
        !--folder3
        !--folder4

When I browse to "localhost/folder2/" I get a nice default Apache index page listing all the directories within folder2.  

How do I edit the template for this default index page to alter the look and feel of it?  
Avatar of caterham_www
caterham_www
Flag of Germany image

have a look on the directive IndexOptions from mod_autoindex
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions
Avatar of eamolawler
eamolawler

ASKER

Thanks,

I don't see an option to specify things like background colour etc.  

Is it possible to supply a template for the directory index page?
ASKER CERTIFIED SOLUTION
Avatar of caterham_www
caterham_www
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial