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  
 
   
move a moded forum from subdomain to subfolder

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
::  
Author Message
schlogo



Joined: 28 May 2007
Posts: 4

move a moded forum from subdomain to subfolderPosted: Mon May 28, 2007 11:42 pm    Post subject: move a moded forum from subdomain to subfolder

Hello

I am running a phpbb forum with phpbb mod rewrite, it works perfectly in a subdomain. Now, I want to move it to a subfolder in the main domain. I moved the files , the forum works but no rewrite anymore

Here s the htaccess as it appears in a subfolder called forum... Would you know why it fails?


Code:

# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
RewriteBase /


#########################################################
# PHPBB SEO REWRITE RULES            #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^forum/index\.html$ /forum/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
# RewriteRule ^forum/[a-z0-9_-]+/([^/]+\.html)$ /forum/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^forum/[a-z0-9_-]*-c([0-9]+)\.html$ /forum/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^forum/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /forum/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^forum/[a-z0-9_-]*-f([0-9]+)\.html$ /forum/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^forum/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /forum/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^forum/[a-z0-9_-]*-t([0-9]+)\.html$ /forum/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^forum/post([0-9]+)\.html$ /forum/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^forum/membre([0-9]+)\.html$ /forum/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
Back to top
schlogo



Joined: 28 May 2007
Posts: 4

move a moded forum from subdomain to subfolderPosted: Tue May 29, 2007 12:52 pm    Post subject: Re: move a moded forum from subdomain to subfolder

no guess? Shocked
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

move a moded forum from subdomain to subfolderPosted: Tue May 29, 2007 9:03 pm    Post subject: Re: move a moded forum from subdomain to subfolder

Welcome Very Happy

Well, it looks like you just need to move your .htaccess on level above, or merge the rewriterules in the root one if any.

That should be all.

++

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



Joined: 28 May 2007
Posts: 4

move a moded forum from subdomain to subfolderPosted: Tue May 29, 2007 10:48 pm    Post subject: Re: move a moded forum from subdomain to subfolder

It makes sense but it does not work Sad
Back to top
schlogo



Joined: 28 May 2007
Posts: 4

move a moded forum from subdomain to subfolderPosted: Tue May 29, 2007 11:38 pm    Post subject: Re: move a moded forum from subdomain to subfolder

you were actually right, it works, Just forgot to remove the htaccess from forum directory. It make sense but...not really, was it not supposed to work with the htaccess in the directory?

Anyway, it works, thanks for your help

O
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

move a moded forum from subdomain to subfolderPosted: Fri Jun 01, 2007 7:51 am    Post subject: Re: move a moded forum from subdomain to subfolder

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

Navigation Similar Topics

Jump to: