Skip to content

PhileCMS/phileXMLSitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phileXMLSitemap

Build Status

Phile plugin to generate a XML sitemap

1.1 Installation (composer)

composer require phile/xmlsitemap

1.2 Installation (Download)

  • Install Phile
  • Download this repo and drop the content into a new folder phile/xmlsitemap under the Phile plugin directory e.g. plugins/phile/xmlsitemap/

2. Activation

After you have installed the plugin. You need to add the following line to your config.php file:

$config['plugins']['phile\\xmlsitemap'] = array('active' => true);

Now, you can access the sitemap under the URL http://your-domain.com/sitemap.xml. If you installed Phile into a subdirectory your sitemap.xml is located under your subdirectory/sitemap.xml.