AddType application/x-httpd-php .php

ErrorDocument 404 /
DirectoryIndex index.php

php_flag magic_quotes_runtime off
php_flag magic_quotes_gpc on

<Files approve.php>
	AuthType basic
	AuthName "admin system"
	AuthUserFile /usr/www/users/cal/includes/.passwd
	require valid-user
</Files>

<Files init.txt>
	allow from none
	deny from all
</Files>
