We made the UTF-8 mod rewrite a full Package
++
Moderator: Moderators





RewriteRule /forum/sitemaps([0-9]*)\.html$ /forum/sitemaps.php\?c=$1 [I,L]
RewriteRule /forum/sitemaps.html$ /forum/sitemaps.php\ [I,L]
RewriteRule /forum/forum-map.html$ /forum/sitemaps.php\?fim [I,L]
RewriteRule /forum/forum-map([0-9]+)-([0-9]+)\.html$ /forum/sitemaps.php\?fmp=$1&start=$2 [I,L]
RewriteRule /forum/forum-map([0-9]*).html$ /forum/sitemaps.php\?fmp=$1 [I,L]//
// Append $SID to a url. Borrowed from phplib and modified. This is an
// extra routine utilised by the session code above and acts as a wrapper
// around every single URL and form action. If you replace the session
// code you must include this routine, even if it's empty.
//
function append_sid($url, $non_html_amp = false)
{
global $SID;
if ( !empty($SID) && !preg_match('#sid=#', $url) )
{
$url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}
return $url;
}
?>

function append_sid($url, $non_html_amp = false)
{
global $SID;
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
global $phpEx;
$amp = ($non_html_amp) ? '&' : '&';
$find = array( $amp.'start=0',
$amp.'postdays=0',
$amp.'topicdays=0',
$amp.'postorder=asc',
);
$url = str_replace ($find, "", $url);
$url = preg_replace("'(?)forum-map([0-9]+)\.html" . $amp . "start=([0-9]+)(" . $amp . "){0,1}'", "forum-map\\1-\\2.html" . if_query('\\3'), $url);
$url = trim($url, "?");
// www.phpBB-SEO.com SEO TOOLKIT END
if ( !empty($SID) && !preg_match('#sid=#', $url) )
{
$url .= ( ( strpos($url, '?') !== false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}
return $url;
}#
#-----[ OPEN ]------------------------------------------
#
include/function.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE ADD ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOLKIT BEGIN
function if_query($amp)
{
if($amp != '')
{
return '?';
}
}
// www.phpBB-SEO.com SEO TOLKIT END

rick74 wrote:Oke dcz,
Let's make a project out of this, i will create a new folder for the forum. forum.bouwlink.nl instead of www.bouwlink.nl/forum/.
In the new folder i will place a new httpd.ini (.htacces) And install a clean forum and mod it with the advanced mod.
When i 'm ready we have a toolkit for IIS advanced mod rewrite.
rick74 wrote:In my search on the internet i found thousends of topics about IIS mod rewrite but never a solution. When i see that your site is 8 places above able2know in the serps with "able2know mod rewrite" i think this is going to be a very populair topic.
rick74 wrote:Before i will setthe new forum live i want to mod also with
Simular topics (like phpbb-seo.com)
topics anywhere
sitemap module
google sitemaps




Users browsing this forum: No registered users and 1 guest