phpBB SEO Advanced mod Rewrite
This mod will URL rewrite phpBB URLs, injecting categories, forums and topic titles in their URLS.
This mod requires running Apache Server with mod_Rewrite module loaded, or IIS server running isapi_rewrite.
DescriptionphpBB SEO Advanced mod Rewrite This mod will URL rewrite phpBB URLs, injecting categories, forums and topic titles in their URLS. This mod requires running Apache Server with mod_Rewrite module loaded, or IIS server running isapi_rewrite. This download was added » Wed Jan 10, 2007 7:08 pm by dcz and last edited » Fri Apr 10, 2009 8:18 am by dcz • Last download » Fri May 25, 2012 3:59 am
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 => topic-title-txx.html
viewtopic.php?t=xx&start=xx => topic-title-txx-yy.html
viewtopic.php?p=xx => postxx.html
profile.php?mode=viewprofile&u=xx => memberxx.html
Anything in topic title between "[" and "]" won't be injected in URL.
Example :
This topic title : "[SOMETHING] The Topic Title" will correspond to this URL : "the-topic-title-vtxx.html"
Example :
This topic title : """"??Véry bâd tïtle handling"[hehe]!!!" will correspond to this URL : "very-bad-title-handling-vtxx.html"