The Empire CMS custom page is located in the "custompage" folder. Detailed search steps: connect to the website server through FTP and navigate to the root directory (such as "public_html"). Find the "custompage" folder, which contains template files (.php) and content files (.html/.htm). Custom pages can be modified by editing the content file.
Empire CMS custom page search method
In Imperial CMS, the custom page is located in the root directory of the website Next, it's usually a folder named "custompage". This folder contains template files and content files for custom pages.
Detailed steps:
- Connect to the website server via FTP (File Transfer Protocol) client.
- Navigate to the root directory of the website, usually the "public_html" or "www" folder.
- Look for the folder named "custompage".
- In this folder, you can find the template files (usually ending with ".php" extension) and content files (usually ending with ".html" or ".htm" extension ending).
For example:
-
Custom page template file: custompage/index.php
-
Custom page content file: custompage/about.html
Tips:
- If the "custompage" file The folder does not exist, please create it.
- The name of the custom page can be customized as needed, but the names of the template file and content file must match, for example, "custompage/index.php" and "custompage/index.html".
- If you need to edit a custom page, please use a text editor or IDE (Integrated Development Environment) to open the content file (.html/.htm).
The above is the detailed content of Where to find the custom page of Empire CMS. For more information, please follow other related articles on the PHP Chinese website!