wiki:ConfiguratingForProduction

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