#
# This file is part of TUTOS
#
#
# $Id: .htaccess,v 1.7 2003/01/24 20:50:35 gokohnert Exp $
#
# Change DirectoryIndex to whatever you want to be
# the default page
#
DirectoryIndex  mytutos.php
#
#
# Make life easier for those who moved with TUTOS
# from .php3 to .php
#
#RedirectMatch permanent (.*)\.php3 $1.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>
<Files "config.php">
    Order allow,deny
    Deny from all
</Files>
# Disable display of config files
AddType application/x-httpd-php .pinc