# Apache configuration for the blog folder # this will select the default blog template to be displayed # if the URL is just .../blogs/ DirectoryIndex index.php index.html # 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 # If you're using Apache 2, you may wish to try this for clean URLs: # AcceptPathInfo On