b9bb4a6bfb
Geeklog is a PHP/MySQL based application for managing dynamic web content. "Out of the box", it is a blog engine, or a CMS with support for comments, trackbacks, multiple syndication formats, spam protection, and all the other vital features of such a system.
12 lines
289 B
Text
12 lines
289 B
Text
# $NetBSD: geeklog.conf,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
|
|
#
|
|
|
|
Alias /geeklog "@GEEKLOG_PUBDIR@"
|
|
|
|
<Directory "@GEEKLOG_PUBDIR@">
|
|
DirectoryIndex index.php index.html
|
|
Options Indexes
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from localhost
|
|
</Directory>
|