#
# This file is part of TUTOS
#
#
# $Id: .htaccess,v 1.1.2.1 2004/11/20 15:50:49 gokohnert Exp $
#
# Change DirectoryIndex to whatever you want to be
# the default page
#
#DirectoryIndex  watchlist_overview.php
#
#
# Dont allow access to config files
#
<Files ~ "\.p3">
    Order allow,deny
    Deny from all
</Files>
<Files ~ "\.pinc">
    Order allow,deny
    Deny from all
</Files>
# Disable display of config files
AddType application/x-httpd-php .pinc
