Skip to content

nivit/seourls

 
 

Repository files navigation

phpBB 3.1 - SEO URLs

This is an extension for the phpBB forums software. You need an instalation of phpBB 3.1.x to use this.

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

You can access the XML sitemap under {YOUR_BOARD_URL}/seositemap.xml

INSTALATION

To install this extension download it from here and upload the files in your forum under /ext/tas2580/seourls. 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.

Also you need to add the rewrite rules from the htaccess.txt file included in this extension to your .htaccess file. Open your .htacces and find RewriteEngine on right after this add the complete content of the htaccess.txt

If your forum is under domain.tld/forum you also need to change RewriteBase / to RewriteBase /forum

SUPPORT

You can get support for this extension on phpbb.com or in german on phpbb.de. For more informations look at my Website.

LICENSE

GNU General Public License v2

Build Status

About

Rewrite URLs of a phpBB Forum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.3%
  • Shell 2.4%
  • HTML 2.3%