I need to put something in a directory on my web server that starts with .
, i.e. the path would be my.domain/.something/somefile
.
However, it seems that my Apache configuration blocks all access to hidden directories.
How do I change the config so that access to this one particular directory is allowed?
.ht*
in the default apache configuration. It does not affect directories starting with a dot. – Alidia