| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
brucey
Joined: 07 Jun 2008 Posts: 34
|
Posted: Sat Jun 07, 2008 3:17 pm Post subject: Mix Mod Instructions (confused) |
|
|
Hi
I am planning on installing the Mixed phpBB3 SEO mod Rewrite for phpbb3.
I downloaded the doc from http://downloads.phpbb-seo.com/phpbb3-seo-url-10/mixed-phpbb3-seo-mod-rewrite-47.html
I open the instructions and in there the title says
MOD Title: Mixed phpBB3 SEO mod Rewrite
Which is fine, however when I read on it says
## Author Notes:
## _____________
##
## This is the phpBB SEO Advanced mod_rewrite core.
## Please note that this version will not inject topic titles in post's URLS. This is to make it easier
## to disallow them with our robots.txt file, since these are duplicates any way.
Now its calling it SEO Advanced mod_rewrite
And also it says
## WARNING : Topic title injection in URL can be hard to deal with depending on the type of subjects your
## forum is about. In most cases phpBB SEO recommend the use of the phpBB SEO mixed mod Rewrite instead.
## Please read : http://boards.phpbb-seo.com/phpbb-seo-toolkit/phpbb-seo-mod-rewrites-vt66.html
But I'm not injecting the topic titles into the URL with mix mod
I either have done something wrong, or the instructions are a bit confusing.
Please advise I am simply installing the Mix Mod and Not Advanced Mod
Thanks
Brucey
www.bebobox.com
www.aciidforums.com |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
brucey
Joined: 07 Jun 2008 Posts: 34
|
Posted: Sat Jun 07, 2008 4:01 pm Post subject: Re: Mix Mod Instructions (confused) |
|
|
thanks im applying it now
I may have found another typo, but may be deliberate
Under
| Code: | #
#-----[ OPEN ]------------------------------------------
#
viewtopic.php |
There is this code
| Code: | #
#-----[ FIND ]------------------------------------------
#
$redirect_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id");
#
#-----[ REPLACE WITH ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
//$redirect_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id");
// www.phpBB-SEO.com SEO TOOLKIT END |
Is this correct or should it be
| Code: | #
#-----[ FIND ]------------------------------------------
#
$redirect_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id");
#
#-----[ REPLACE WITH ]------------------------------------------
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$redirect_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id");
// www.phpBB-SEO.com SEO TOOLKIT END |
In other words "//$redirect_url" > "$redirect_url"
Please advise |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
brucey
Joined: 07 Jun 2008 Posts: 34
|
Posted: Sat Jun 07, 2008 5:12 pm Post subject: Re: Mix Mod Instructions (confused) |
|
|
Thanks
New problem, I started a new topic to make it more relavent |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |