<IfModule mod_php4.c>
    php_flag magic_quotes_gpc off
    php_value register_globals off
    php_value auto_prepend_file /home/nanasess/public_html/yuichat-p/include/prepend.inc
</IfModule>
<Files ~ "*.inc">
	Order allow,deny
	Deny from all
	Satisfy All
</Files>
