From Simple mode to Advance Mode

phpBB3 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting forums and topic titles in their URLs.

Moderator: Moderators

From Simple mode to Advance Mode

Postby notrick » Wed Jan 23, 2008 2:05 am

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?
notrick
 
Posts: 17
Joined: Thu Dec 27, 2007 6:46 am

Advertisement

Postby dcz » Thu Jan 24, 2008 3:01 pm

It is very possible ;)

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: Select all
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: Select all
# FORUM

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


in the simple .htaccess and add them after :
Code: Select all
# 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: Select all
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 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Re: From Simple mode to Advance Mode

Postby jaiak » Thu Mar 18, 2010 2:37 am

Ok, this ir for topics. But for the forums?
jaiak
 
Posts: 14
Joined: Sun Dec 17, 2006 3:30 pm

Re: From Simple mode to Advance Mode

Postby SoonDead » Thu Mar 18, 2010 9:17 am

This topic you just bumped is over two years old. A lot of changed since then.

For example there are no separate SEO url mods, just one called Ultimate SEO url, in which you can chose your preferred rewrite mode (in the ACP).
There is no need for code change between rewrite modes (you just need to select the options you want in the ACP, save, and update your .htaccess.
User avatar
SoonDead
 
Posts: 32
Joined: Wed May 20, 2009 8:39 pm


Return to Advanced SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Bing [Bot] and 2 guests