> Activer_un_plugin > Authentification > CHANGELOG_COPIX3_RC2 > CHANGELOG_Copix3_0_1 > CHANGELOG_Copix3_0_2 > CHANGELOG_Copix3_B1 > CHANGELOG_Copix3_RC1 > Configurating_for_production
fr en

This page gives you tips & tricks in order to use Copix in a production environment.

Protecting directories

If possible, it is better to put copix directories other than www in private spaces that can't be accessed by a browser.

Charsets

Copix scripts use the UTF-8 charset. You'll need, you haven't done it yet, to modify the configuration of your server by applying the AddDefaultCharset directive.


 AddDefaultCharset utf-8
 

If you can't modify the configuration of your server, put the directive in an .htaccess file and upload it.

See also