Forum

IndexStyle

Jason Grossman
30 March 2008, 09:07
Great server. Thanks!

I can't get Hiawatha to recognise an IndexStyle directive in httpd.conf. If I put:

Directory {
Path = /usr/local/www/data/files
ShowIndex = yes
IndexStyle = directory_index.css
}




then Hiawatha won't restart, saying:

Syntax error in httpd.conf on line 64.




which is the IndexStyle line.

Help gratefully received.
Hugo Leisink
30 March 2008, 10:52
The IndexStyle option must begin with a slash. Change your line to:
IndexStyle = /directory_index.css

and it should work. See the manualpage for more information about this option.
This topic has been closed.