I’m having trouble trying to get my HeaderName directives working in an htaccess file.
Is there an actual list of the syntax that will work in a file? I’m kind of
sick of seeing the dreaded 500 errors.
If I leave the file blank and upload a file named HEADER.html, it works.
Great, that’s specified in the httpd.conf file that I can’t edit.
If I put any variables or a different path location in an htaccess file, I
always get a 500 error. Here’s some sample code:
IndexOptions FancyIndexing
HeaderName /files/head.html
ReadmeName /files/foot.html
The / should specify the files to the root of my domain, correct?
Has anyone sucessfully got this working? If so, what code did you use?