Hey,
I want to explain me 2 points on linux/debian configuration or apache:
- After i have to export database on server1 and import on server2, they are problems with accent characters.
The "é" are remplaced by "?", cf screenshot.
In database (via phpmyadmin) i can see my accent character without defaults
- During installation, error message displayed because they are problems with right. For resolved i executed this command:
chown -R www-data: /var/www/clients/client1/web1/web/files
chmod -R 755 /var/www/clients/client1/web1/web/files
But nothing I must put at 777 for installation
In documentation for security you say log repository and parameter file must be out of web arboresence, How can I do ?
Thanx for your future answer
I want to explain me 2 points on linux/debian configuration or apache:
- After i have to export database on server1 and import on server2, they are problems with accent characters.
The "é" are remplaced by "?", cf screenshot.
In database (via phpmyadmin) i can see my accent character without defaults
- During installation, error message displayed because they are problems with right. For resolved i executed this command:
chown -R www-data: /var/www/clients/client1/web1/web/files
chmod -R 755 /var/www/clients/client1/web1/web/files
But nothing I must put at 777 for installation
In documentation for security you say log repository and parameter file must be out of web arboresence, How can I do ?
Thanx for your future answer