phile / xmlsitemap
Google XML Sitemap Generator for PhileCMS
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Type:phile-plugin
Requires
- phile-cms/phile: ^1.10
- phile-cms/plugin-installer-plugin: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-29 03:53:27 UTC
README
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
.