Please read carefully
The phpBB SEO Mod Rewrites, you will save time and will not risk to jeopardise your web-site's PageRanking.
0.0.x => 0.2.x Update : Make sure all the patches you're using are up to date.
0.2.2 => 0.2.4 Update : No changes for patches.
You will have to use the 0.2.2 and above version of the
[Simple] Zero Duplicate V0.2.2 and
[Toolkit] mx Sitemaps Module V 0.2.2.
phpBB SEO Simple mod RewriteWith this mod, phpBB URL will transformed this way :index.php?c=xx => catxx.html
viewforum.php?t=xx => forumxx.html
viewforum.php?t=xx&start=xx => forumxx-yy.html
viewtopic.php?t=xx => topicxx.html
viewtopic.php?t=xx&start=xx => topicxx-yy.html
viewtopic.php?p=xx => postxx.html
profile.php?mode=viewprofile&u=xx => memberxx.html
It will not output any pagination duplicates.
URL rewriting is performed without using ob_start() nor adding any SQL.
This mod is and will be compatible to all phpBB SEO modules, specific install instructions may apply.
Char-sets :Even though the simple mod rewrite does not inject titles in phpBB's URL, it's possible that you will
Install a patch for a module which uses titles injection.
The following would apply to possible the title injection performed by eventual patches on phpBB modules such as smartor album.
In case you're only using phpBB, you can safely ignore this part.
Just know the mod is able to deal with many char-sets in case there is some title injection.
This version supports all the char-sets supported by htmlentities().
For all these char-set, the mod rewrite will only inject the possible ASCII Chars, after removing all accents, available in the titles.
For example : "نرم افزار - Software" will be formated prior to injection in the following way : "software".
Please read the phpBB SEO Simple mod Rewrite V 0.2.4 for more details.
Migrating :If you are migration, eg if your forum is already indexed using different URLs, you'll have to use another robots.txt and install the zero duplicate.
The migrating procedure will allow you to migrate and keep your previously indexed pages. Older links will be HTTP 301 redirected to the new ones. It is rather simple, but the solution depends on cases.
Let's meet in the migration Simple mod Rewrite forum.