The Empire CMS sitemap can be found by accessing the config.inc.php file and checking the dositemap settings. If set to "on", sitemap is enabled. The sitemap path is located in the sitemapurl setting and can be accessed via a browser or downloaded via FTP.
How to find the Empire CMS website map
Step one: Find the website root directory
Step 2: Find the configuration file
Step 3: Find the sitemap settings
<code class="php">$dositemap = 'on';</code>
Step 4: Find the sitemap path
<code class="php">$sitemapurl = 'sitemap.xml';</code>
Step 5: Get the site map
Access via browser: Enter the following URL into your browser address bar:
<code>www.yourdomain.com/sitemap.xml</code>
The above is the detailed content of Where is the imperial cms website map?. For more information, please follow other related articles on the PHP Chinese website!