Home > Article > CMS Tutorial > How to hide front-end information data in Empire CMS
To hide Empire CMS front-end information, you can perform the following steps: Hide database information: Modify AllowShowData in config.php to false. Hide the background login page: modify adminLoginkey in config.php and modify empire_login_key in header.php. Hide the background management page: modify empire_Dir in config.php and rename the admin directory. Hide website version number: Replace all files containing the word EmpireCMS and modify the SiteVersion parameter. Hide contact information:
##How Empire CMS hides front-end information data
Hide database information
parameter in
e/config/config.php and set it to
false.
→
System Configuration, select the
column tab and
display the number of records and
Display column index is set to
0.
Hide the background login page
e/config/config.php
# Parameters and modify their values.
Modify the empire_login_key
with your newly set adminLoginkey
.
Find
# parameter and modify its value so that it points to a new directory.
Rename or delete the
e/adminCreate a new directory and rename it to
admin directory to this new directory.
Search for all files containing the words
EmpireCMSLog in to the background, and in
System Management, set the
SiteVersion parameter to a false value.
Modify the
e/skin/default/templets/index.htmIn the background, delete the user contact information in
User Management.
The above is the detailed content of How to hide front-end information data in Empire CMS. For more information, please follow other related articles on the PHP Chinese website!