| :: |
| Author |
Message |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
Posted: Mon Aug 04, 2008 2:30 pm Post subject: update phpbb3.0.2 to SEO |
|
|
hi
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
so i have some questions:
my forum now installed at this directory:
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  |
_________________ انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ |
|
| Back to top |
|
 |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: 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  |
_________________ 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 |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
|
|