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  
 
   
From Simple mode to Advance Mode

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



Joined: 27 Dec 2007
Posts: 5

From Simple mode to Advance ModePosted: Wed Jan 23, 2008 2:05 am    Post subject: From Simple mode to Advance Mode

i have already installed Simple mode on my RC7 PHPBB3 and then I was able to migrate it to PHPBB3 GOLD successfully.
Now I want to install Advance Mode SEO.
Can i do that?

Also right now All my topics (Around 3000) are like topic1234.html

I want them to be topic-title.html

But I also want them to have topic1234.html as well.

I am not aware of the issues which may be caused but something like a 301 redirect of topic1234.html to new url - is it possible?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

From Simple mode to Advance ModePosted: Thu Jan 24, 2008 3:01 pm    Post subject: Re: From Simple mode to Advance Mode

It is very possible Wink

But you should think well about it before you do so, the mixed mod rewrite in virtual folders mode can really be interesting too without having to moderate topic title too much.

forum-url/topicxx.html

Anyway, whatever you decide, you'll have to prepare yourself a bit, because we want the redirecting to start suddenly and to stay the same for some time for the migration process to work smoothly.

The principle is easy, we only need to make sure that the old rewritten urls still hit the proper script (eg topicxx.htlm =>viewtopic.php?t=xx) in order to let the zero duplicate do its job :
Code:
topicxx.html => (mod_rewrite) viewtopic.php?t=xx => (zero dupe http 301) topic-title-txx.html (or forum-url/topicxx.html or ...) => (mod_rewrite) viewtopic.php?t=xx : page load.


This way, you'll send a unique http 301 header to redirect these, which is the proper way to do so.

To do it, you just need to add the forum and topic rewriterules from the simple mod, eg the one after :
Code:
# FORUM

and the one after :
Code:
# TOPIC WITHOUT FORUM ID & DELIM


in the simple .htaccess and add them after :
Code:
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES


in the new .htaccess.

If you as well changed your profile urls, you'll need to keep the simple version of the profile urls too.
Just use the rewriterules that where up and running in simple mod, the safe implementation is :
Code:
1) turn zero dupe off;
2) add the new rewriterules;
3) check if the simple url do work;
4)if so, turn the zero duplicate back on and voilà.


++

_________________
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  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: