kujirahand/konawiki2/master/sample.htaccess
#-------------------------------------------------------
.htaccess
#-------------------------------------------------------
DirectoryIndex index.php index.html index.htm
<IfModule mod_php4.c>
php_flag magic_quotes_gpc Off
php_value mb_internal_encoding UTF-8
</IfModule><IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
php_value mb_internal_encoding UTF-8
</IfModule>
Files
