| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
Posted: Mon Mar 05, 2007 10:12 am Post subject: Re: how i can transfer my forum to subdomin |
|
|
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: | RewriteCond %{HTTP_HOST} !^www\.forum\.paramegsoft\.com$ [NC]
RewriteRule ^(.*) http://www.forum.paramegsoft.com/$1 [QSA,L,R=301] |
or :
| Code: | 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 || 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 |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Mon Mar 05, 2007 7:39 pm Post subject: Re: how i can transfer my forum to subdomin |
|
|
mmmmmm i think it hard to tranfer and build back link for both
thnks dcz u are ready every time  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
matrix37a
Joined: 03 May 2007 Posts: 3
|
Posted: Thu May 03, 2007 9:55 am Post subject: Re: how i can transfer my forum to subdomin |
|
|
| thank you dcz |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |