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  
 
   
mixed mod rewrite - chategorie hierarchy

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
macnack
PR0
PR0


Joined: 20 Jun 2006
Posts: 97

mixed mod rewrite - chategorie hierarchyPosted: Fri Jul 21, 2006 5:04 pm    Post subject: mixed mod rewrite - chategorie hierarchy

Hello
I want to have mixed mod rewrite on a chategorie hierarchy php.
I want to use this htaccess
Code:
#########################################################
# PHPBB SEO REWRITE RULES            #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM PROTECTION RULE
RewriteRule ^.+/([^/]+\.html)$ /index.php [R=301,L]
# PAGINATED FORUM
RewriteRule ^.+-vf([0-9]+)-([0-9]+)\.html$ /index.php?f=$1&start=$2 [QSA,L]
# FORUM /CATEGORIE
RewriteRule ^.+-vf([0-9]+)\.html$ /index.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^topic([0-9]+)-([0-9]+)\.html$ /viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^topic([0-9]+)\.html$ /viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^member([0-9]+)\.html$ /profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
#####################################################

But then I don´t know what to do.
I don`t find
Code:
      if (isset($display_categories[$cat_id]) && $display_categories[$cat_id])
      {

of course in chphpbb categorie table is delete and information for categories are written in forum table (cat_id,forum_name,forum_order)

_________________
macnack
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

mixed mod rewrite - chategorie hierarchyPosted: Fri Jul 21, 2006 6:08 pm    Post subject: Re: mixed mod rewrite - chategorie hierarchy

That's why an entirely different method is needed, as per the simple mod rewrite for CH, being different from the regular one.

Releasing the mixed for CH is planned, but not started yet, I'll tell you as soon as I'll get a first draft.

++

_________________
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  » phpBB mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: