tas2580 / seourls
Rewrites URLs to SEO friendy URLs
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 44
Watchers: 13
Forks: 25
Open Issues: 19
Type:phpbb-extension
Requires
- php: >=5.4
- composer/installers: ~1.0
Requires (Dev)
- phpbb/epv: dev-master
This package is not auto-updated.
Last update: 2024-10-30 10:37:20 UTC
README
This is an extension for the phpBB forums software. You need an instalation of phpBB 3.1.x or 3.2.x to use this extension.
DESCRIPTION
Changes the URLs of forums and topics too more SEO friendly URLs with the title of the forums and topics in it. This extension is held as simple as possible, it contains no ACP, you can just install it and use the SEO friendly URLs.
/viewforum.php?f=1 becomes /forum-title-f1/
/viewtopic.php?f=1&t=2 becomes /forum-title-f1/topic-title-t2.html
XML Sitemap
If you search for a SEO XML sitemap, look at this Extension
INSTALLATION
To install this extension download it from here and upload the files in your forum under /ext/tas2580/seourls. Make changes on your Webserver configuration. After that go to the Admin panel of your forum and navigate in to Customise -> Extension Management -> Extensions. Search this extension in the list of extensions and click on Enable.
URL Rewriting
See: https://github.com/tas2580/seourls/wiki/Webserver-configuration
SUPPORT
You can get support for this extension on phpbb.com or in german on phpbb.de. For more informations look at my Website.
Old phpBB Versions
phpBB 2.0.x
Download ZIP |
View Branch
phpBB 3.0.x
Download ZIP |
View Branch
LICENSE
Automated Testing
We use automated unit tests to prevent regressions. Check out our travis build below: