At least

you must change this in the following files:

software/application/config/config.php:$config['base_url'] = 'https://online-dating.local';
// example of base_url, CHANGE IT !!!

software/application/config/config.php:$config['encryption_key'] = 'P9^abi=1s?DsXH7g';
// example of encryption_key, CHANGE IT !!!

software/application/config/config.php:$config['sess_cookie_name'] = 'online_dating_local_ci_session';
// example of sess_cookie_name, CHANGE IT !!!

software/application/config/config.php:$config['cookie_prefix']	= 'online_dating_local_';
// example of cookie_prefix, CHANGE IT !!!

software/application/config/config.php:$config['cookie_domain']	= '.online-dating.local';
// example of cookie_domain, CHANGE IT !!!

software/application/config/config.php:$config['csrf_token_name'] = 'csrf_token_name_uMe2nuqCrlgwC2jaRCC5';
// example of csrf_token_name, CHANGE IT !!!

software/application/config/config.php:$config['csrf_cookie_name'] = 'csrf_cookie_name_kcSAuO4DjyABx4tAh7Gt';
// example of csrf_cookie_name, CHANGE IT !!!

software/application/config/database.php:	'username' => 'online_dating',
// example of username, CHANGE IT !!!

software/application/config/database.php:	'password' => 'vWOjVAtv28uo4K93',
// example of password, CHANGE IT !!!

software/application/config/database.php:	'database' => 'online_dating',
// example of database, CHANGE IT !!!



this in file software/application/language/english/english_lang.php :

$lang['legal_informations3'] = 'NAME and First name of the web hoster';
$lang['legal_informations4'] = 'address of the web hoster';
$lang['legal_informations5'] = 'telephone number of the web hoster';



and this in file software/application/language/french/french_lang.php :

$lang['legal_informations3'] = 'NOM Prénom de l\'hébergeur';
$lang['legal_informations4'] = 'adresse de l\'hébergeur';
$lang['legal_informations5'] = 'numéro de téléphone de l\'hébergeur';



in file robots.txt replace online-dating.local with the website url:

sed -i s/online-dating\.local/your-website-url/g software/robots.txt



in file sitemap.xml replace online-dating.local with the website url:

sed -i s/online-dating\.local/your-website-url/g software/sitemap.xml



Au moins

vous devez modifier cela dans les fichiers suivants:

software/application/config/config.php:$config['base_url'] = 'https://online-dating.local';
// example of base_url, CHANGE IT !!!

software/application/config/config.php:$config['encryption_key'] = 'P9^abi=1s?DsXH7g';
// example of encryption_key, CHANGE IT !!!

software/application/config/config.php:$config['sess_cookie_name'] = 'online_dating_local_ci_session';
// example of sess_cookie_name, CHANGE IT !!!

software/application/config/config.php:$config['cookie_prefix'] = 'online_dating_local_';
// example of cookie_prefix, CHANGE IT !!!

software/application/config/config.php:$config['cookie_domain'] = '.online-dating.local';
// example of cookie_domain, CHANGE IT !!!

software/application/config/config.php:$config['csrf_token_name'] = 'csrf_token_name_uMe2nuqCrlgwC2jaRCC5';
// example of csrf_token_name, CHANGE IT !!!

software/application/config/config.php:$config['csrf_cookie_name'] = 'csrf_cookie_name_kcSAuO4DjyABx4tAh7Gt';
// example of csrf_cookie_name, CHANGE IT !!!

software/application/config/database.php:       'username' => 'online_dating',
// example of username, CHANGE IT !!!

software/application/config/database.php:       'password' => 'vWOjVAtv28uo4K93',
// example of password, CHANGE IT !!!

software/application/config/database.php:       'database' => 'online_dating',
// example of database, CHANGE IT !!!



cela dans le fichier software/application/language/english/english_lang.php :

$lang['legal_informations3'] = 'NAME and First name of the web hoster';
$lang['legal_informations4'] = 'address of the web hoster';
$lang['legal_informations5'] = 'telephone number of the web hoster';



et cela dans le fichier software/application/language/french/french_lang.php :

$lang['legal_informations3'] = 'NOM Prénom de l\'hébergeur';
$lang['legal_informations4'] = 'adresse de l\'hébergeur';
$lang['legal_informations5'] = 'numéro de téléphone de l\'hébergeur';



dans le fichier robots.txt remplacer online-dating.local par l'url de votre site web:

sed -i s/online-dating\.local/your-website-url/g software/robots.txt



dans le fichier sitemap.xml remplacer online-dating.local par l'url de votre site web:

sed -i s/online-dating\.local/your-website-url/g software/sitemap.xml



Copyright (C) 2015, 2017 David MAURER david-maurer@netdefi.com

This file is part of "Online dating web site" documentation.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the file COPYING.GFDL.
