Skip to content

Update README.md #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# phpBB SEO URLs

This is an extension for the phpBB forums software. You need an instalation of <a href="https://github.com/phpbb/phpbb">phpBB</a> 3.1.x or 3.2.x to use this extension.
This is an extension for the phpBB forum management software. You will need <a href="https://github.com/phpbb/phpbb">phpBB</a> 3.1.x or 3.2.x to use this extension.

[![Download](https://raw.githubusercontent.com/tas2580/privacyprotection/master/.github/button_download.png)](https://tas2580.net/downloads/phpbb-seo-url/) [![Donate](https://raw.githubusercontent.com/tas2580/privacyprotection/master/.github/button_donate.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S8PXGAJZP9GWN)


## 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.
Changes the URL of forums and topics to SEO friendly URLs with the title of the forum and topic in it. This
extension is very simple, it contains no ACP, you just install it and enjoy 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`
Expand Down