[thelist] Turning on .htaccess in Apache Mac OS X

Kasimir K evolt at kasimir-k.fi
Wed Nov 9 08:56:23 CST 2005


Peter-Paul Koch scribeva in 2005-11-09 14:37:
> I just want to mess with content types in one test directory, so it's
> definitely a local change that shouldn't be propagated to the entire
> server.

You could put the directives in httpd.conf like this
<Directory /your/test/directory/>
    AddHandler server-parsed .shtml
    AddType text/html .shtml
</Directory>

.k



More information about the thelist mailing list