# this will make register globals off in b2's directory
# just put a '#' sign before these three lines if you don't want that
php_flag register_globals off
# this will set the error_reporting level to remove 'Notices'
php_value error_reporting 247
# This activates content negotiation, so instead of /archives.php you could just call
# a file as /archives . Same for any other file on your site. Try it out!
Options +Multiviews