phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
update phpbb3.0.2 to SEO

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

update phpbb3.0.2 to SEOPosted: Mon Aug 04, 2008 2:30 pm    Post subject: update phpbb3.0.2 to SEO

hi Surprised
i upgrded my forum to phpbb3.0.2.
now i want to install the advance rewrite mod because it's the best mod i ever seen Embarassed
so i have some questions:

my forum now installed at this directory:
Code:
/forum


about 11000 pages now indexd at google.
so i want to keep them and just redirect theme with Zero duplicate mod.
so at first i shoud install advance rewrite and then zero duplicate ,i understod that i shoud use robot.txt after that these index pages redirect.is it right?

another thing:
my htaccess is located at root not forum folder now and i locked www like this:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^forum.mobile4persian.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.forum.mobile4persian.net$
RewriteRule ^(.*)$ http://www.mobile4persian.com/forum/index.php [R=301,L]

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.mobile4persian\.com$ [NC]
RewriteRule ^(.*) http://www.mobile4persian.com/$1 [QSA,L,R=301]
RewriteRule ^$ http://www.mobile4persian.com/forum/index.php [QSA,L,R=301]
<Files 403.shtml>
order allow,deny
allow from all
</Files>

AddHandler application/x-httpd-php5 php


after generating htacess at ACP ,i shoud copy it from phpbbseo cache to forum folder or root?
or is it possible to lock www like now (i know we'll get rid of index.php it is not importatnt nut i want all my pages open with www prefix)

and another request plz read this topic

very tnx Wink

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

update phpbb3.0.2 to SEOPosted: Tue Aug 05, 2008 2:56 pm    Post subject: Re: update phpbb3.0.2 to SEO

sorry another question after installing this mod shoudn't we delete Fulltext mysql and Fulltext native and index them again?

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

update phpbb3.0.2 to SEOPosted: Wed Aug 06, 2008 8:33 am    Post subject: Re: update phpbb3.0.2 to SEO

Professional wrote:

so at first i shoud install advance rewrite and then zero duplicate ,i understod that i shoud use robot.txt after that these index pages redirect.is it right?

Yes.


Professional wrote:
after generating htacess at ACP ,i shoud copy it from phpbbseo cache to forum folder or root?

Default is root.
You can keep :

Code:
RewriteCond %{HTTP_HOST} ^forum.mobile4persian.net [NC,OR]
RewriteCond %{HTTP_HOST} ^www.forum.mobile4persian.net [NC]
RewriteRule ^(.*)$ http://www.mobile4persian.com/forum/ [R=301,L]


In your new root's .htaccess, but this is something to wonder about once the url rewriting is up and running Wink

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

update phpbb3.0.2 to SEOPosted: Wed Aug 06, 2008 11:30 am    Post subject: Re: update phpbb3.0.2 to SEO

tnx i ll try it.

after installing this at ACP-Maintenance-Search index
shoudn't we delete index and creat new one?

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3987

update phpbb3.0.2 to SEOPosted: Wed Aug 06, 2008 12:22 pm    Post subject: Re: update phpbb3.0.2 to SEO

There is no need to.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

update phpbb3.0.2 to SEOPosted: Thu Aug 07, 2008 1:30 pm    Post subject: Re: update phpbb3.0.2 to SEO

SeO wrote:
There is no need to.


great tnx.
another question;
can i do code changes the advanced - zero duplciate and no dup together and install them? Embarassed

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3987

update phpbb3.0.2 to SEOPosted: Mon Aug 11, 2008 8:44 am    Post subject: Re: update phpbb3.0.2 to SEO

You mean install the three mods at once manually ?

It's usually better to install the url rewriting first, and then the zero dupe, because it's mandatory that the mod rewrite works before you can use the zero dupe.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Professional
PR2
PR2


Joined: 07 Apr 2008
Posts: 252
Location: 1/2 of the World

update phpbb3.0.2 to SEOPosted: Mon Aug 11, 2008 12:25 pm    Post subject: Re: update phpbb3.0.2 to SEO

SeO wrote:
You mean install the three mods at once manually ?

It's usually better to install the url rewriting first, and then the zero dupe, because it's mandatory that the mod rewrite works before you can use the zero dupe.


yes i wanted to change codes at viewtopi.php and ... together.
so i'll do it one by one tx Wink

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: