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  
 
   
Migrating from VB to phpBB3

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
::  
Author Message
mike2009



Joined: 09 Aug 2007
Posts: 7

Migrating from VB to phpBB3Posted: Sun Aug 26, 2007 2:34 am    Post subject: Migrating from VB to phpBB3

hello
i was using vb forumes with vbseo to make my urls html and get high ranking
but now i convert my forum to phpbb and all my urls of cours changed to php
who can i redirect error 404 pages to home page? some one tooled me u need to write somthing in the htaccses but he dont know so please i want some one tell me who can i redict 404 error page to my home page because i lost many vistors also i dont want to use any seo product working with phpbb please help me what i must put in the htacces? Embarassed

also i want to ask 302 is safe for google or no?

best regards
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Migrating from VB to phpBB3Posted: Sun Aug 26, 2007 1:08 pm    Post subject: Re: Migrating from VB to phpBB3

HTTP 302 are not safe at ALL for SEs.

The good thing is it is possible to properly redirect all the VB urls to the phpBB ones, using the safe HTTP 301 redirection.

The process won't necessarily be using .htaccess, it could end up being a mix between mod rewrite and php. It depends on if you where previously using url rewriting with VB.
If so, we should be able to do all the redirecting adding few rewriterules and let the zero dupe do its job.

In such case, the idea would be to link the VB rewriterules to the phpBB scripts properly :
Code:
vb-style-url => .htaccess & mod_rewrite => phpBB script => zero dupe : HTTP 301 redirection => phpbb-style-url


And voilà, one single HTTP 301 redirection in all cases.

So please tell me if you where using VB with url rewriting, if so, I'd only need an example of all type of rewritten URLs (forum, topics, posts, profiles etc) since VB's .htaccess does not use per case rewriterules, you'll need custom ones.
If it's not the case, it depends. I'd need to know the difference between VB and phpBB urls to be able to set up a redirection strategy.


By the way, phpBB2 or phpBB3 ?

++

_________________
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
mike2009



Joined: 09 Aug 2007
Posts: 7

Migrating from VB to phpBB3Posted: Sun Aug 26, 2007 3:58 pm    Post subject: Re: Migrating from VB to phpBB3

thanks admin for helping me yes i was VB with url rewriting, its Rerwited by VBSEO I was take aback of the settings vbseo modes i wish it help you , if you canot under stand this setting just give me time to searsh on google aout olde rewrited urls , im using phpbb2

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<settings>
   <setting>
      <name>VBSEO_REWRITE_FORUM</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_THREADS</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_ANNOUNCEMENT</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_MEMBERS</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_MEMBER_MORECHARS</name>
      <value>0</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_AVATAR</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_MEMBER_LIST</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_TREE_ICON</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_POLLS</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_ATTACHMENTS</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_ATTACHMENTS_ALT</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_ARCHIVE_URLS</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_PRINTTHREAD</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_SHOWPOST</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_URL_PART_MAX</name>
      <value>4</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_PREV_DIRECT</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_NEXT_DIRECT</name>
      <value>1</value>
   </setting>
   <setting>
      <name>VBSEO_REWRITE_NO_URLENCODING</name>
      <value>0</value>
   </setting>
   <setting>
      <name>VBSEO_FORUM_TITLE_BIT</name>
      <value>%forum_title%</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD</name>
      <value>t%thread_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_LASTPOST</name>
      <value>%forum_path%/%thread_id%-%thread_title%-last-post.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_NEWPOST</name>
      <value>t%thread_id%-new-post.htm</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_GOTOPOST</name>
      <value>t%thread_id%-post%post_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_GOTOPOST_PAGENUM</name>
      <value>t%thread_id%-post%post_id%-%thread_page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_PREV</name>
      <value>t%thread_id%-prev-thread.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_NEXT</name>
      <value>t%thread_id%-next-thread.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_PRINT</name>
      <value>t%thread_id%-print.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_PRINT_PAGENUM</name>
      <value>t%thread_id%-print-%thread_page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_POST_SHOW</name>
      <value>%post_id%-post%post_count%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_PAGENUM</name>
      <value>t%thread_id%-%thread_page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_GARS_PAGENUM</name>
      <value>%forum_title%/%thread_id%-%thread_title%-gars%thread_page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_POLL</name>
      <value>p%poll_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_FORUM</name>
      <value>f%forum_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_FORUM_PAGENUM</name>
      <value>f%forum_id%-%forum_page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_FORUM_ANNOUNCEMENT</name>
      <value>f%forum_id%-announcement%announcement_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_FORUM_ANNOUNCEMENT_ALL</name>
      <value>f%forum_id%-announcements.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_MEMBER</name>
      <value>u%user_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_MEMBERLIST</name>
      <value>members/list/</value>
   </setting>
   <setting>
      <name>VBSEO_URL_MEMBERLIST_PAGENUM</name>
      <value>members/list/index%page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_MEMBERLIST_LETTER</name>
      <value>users-%letter%%page%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_AVATAR</name>
      <value>u%user_id%.html</value>
   </setting>
   <setting>
      <name>VBSEO_URL_THREAD_TREE_ICON</name>
      <value>t%thread_id%.gif</value>
   </setting>
   <setting>
      <name>VBSEO_URL_FORUM_TREE_ICON</name>
      <value>%forum_title%.gif</value>
   </setting>
   <setting>
      <name>VBSEO_URL_ATTACHMENT</name>
      <value>%forum_title%/%attachment_id%-%thread_title%-%original_filename%</value>
   </setting>
   <setting>
      <name>VBSEO_URL_ATTACHMENT_ALT</name>
      <value>%thread_title%-%original_filename%</value>
   </setting>
</settings>


Note * my forum in the Root

Best Regards.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Migrating from VB to phpBB3Posted: Sun Sep 02, 2007 11:13 am    Post subject: Re: Migrating from VB to phpBB3

What I need is a bit simpler, I just need to know how your vb URL looks like, usually it's similar to :

Code:
forumxx/
xx-topic-title.html
member/xx.html
xx-topic-title-post.html
xx-topic-title-new-post.html


But it could be different on your forum.

Please give me a sample URL for each type of page with URL rewriting, and I'll give you the rewriterules to use for a smooth migration 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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: