how i can transfer my forum to subdomin

Discussions about the phpBB2 Forum. How to get the best from this powerful script.

Moderator: Moderators

how i can transfer my forum to subdomin

Postby mhmdkhamis » Mon Mar 05, 2007 3:32 am

hello every body

how i can transfer my forum to subdomin

my forum now is
http://www.paramegsoft.com/forum/

i want to tranfer it to

http://www.forum.paramegsoft.com

without lost pages in google 8)
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Advertisement

Postby dcz » Mon Mar 05, 2007 10:12 am

Well, you must know you'll have more work to SEO both your sub domain and main domain, as both will require backlinks.

Using sub domains can be a good thing, but not necessarily in all cases. Have you read this ?

Anyway, to do so the principle is quite simple.

You just need to install you sub domain on your server, and have it linked to the forum/ folder, the forum/ folder will thus be the sub domain's root, as well phpbb will thus be installed in it's domain's root too.

This means you'll need to implement the forum's .htaccess in it's domain root, eg the forum/ folder, without paths in it, take the root install one.

This means you should get rid of you previous forum rewriterules à the main domain's root.

Then, once everything is working, you'll need to redirect -http://www.paramegsoft.com/forum/ to -http://www.forum.paramegsoft.com (by the way did you checked you can use the www prefix on your sub domains ?)
This is easy, you can use the www prefix redirection to take car of this, in the forum/ folder.

Should either be :
Code: Select all
RewriteCond %{HTTP_HOST} !^www\.forum\.paramegsoft\.com$ [NC]
RewriteRule ^(.*) http://www.forum.paramegsoft.com/$1 [QSA,L,R=301]


or :

Code: Select all
RewriteCond %{HTTP_HOST} !^forum\.paramegsoft\.com$ [NC]
RewriteRule ^(.*) http://forum.paramegsoft.com/$1 [QSA,L,R=301]


depending on the www prefix final usage on the sub domain ;)

++
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: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby mhmdkhamis » Mon Mar 05, 2007 7:39 pm

mmmmmm i think it hard to tranfer and build back link for both

thnks dcz u are ready every time :wink:
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby matrix37a » Thu May 03, 2007 9:55 am

thank you dcz
matrix37a
 
Posts: 3
Joined: Thu May 03, 2007 9:49 am


Return to phpBB2 Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 39 guests