kujirahand/konawiki2/master/sample.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache