phpBB SEO Mixed mod Rewrite
This mod will URL rewrite phpBB URLs, injecting categories and forums titles in their URLS.
Topics remains statically rewritten (topicxx.html).
DescriptionphpBB SEO Mixed mod Rewrite This mod will URL rewrite phpBB URLs, injecting categories and forums titles in their URLS. Topics remains statically rewritten (topicxx.html). This download was added » Sun Jan 14, 2007 4:19 pm by dcz and last edited » Fri Apr 10, 2009 8:19 am by dcz • Last download » Tue May 22, 2012 11:11 pm
Details
|
|
|
index.php?c=xx => cat-title-cxx.html
viewforum.php?t=xx => forum-title-fxx.html
viewforum.php?t=xx&start=xx => forum-title-fxx-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
As for the phpBB SEO Advanced mod Rewrite everything in topic title in between "[" and "]" won't be injected in URL, but this feature is less useful here.
Example :
This Forum title : "[SOMETHING] The Forum Title" will correspond to this URL : "the-forum-title-vfxx.html"
Almost useless here, but still.
Example :
This Forum title : """"??Very bad title handling"[hehe]!!!" will correspond to this URL : "very-bad-title-handling-vfxx.html"