Gestionarea modulelor cookie care sunt utilizate pentru publicitate, cum ar fi personalizarea anunțurilor, remarketing și analiza performanței anunțurilor.
2.7.1.1.12. Default page override
By default, when accessing the main page of the site, the server searches for the index.php file in the site root directory. If this file does not exist, it searches for index.html or index.htm. If none of these files are found, the server returns a 403 error.
If the main file of the site has a different name, for example, home.php instead of index.php, then in this case, you can:
- Or rename this file to
index.php. - Either in the site root directory create the .htaccess file with the following directive (if the file already exists, add the directive to it):
DirectoryIndex home.phpYou can create and edit this file using the file manager or any FTP client.