Results 1 to 2 of 2

Changing forum URL:s - two questions!

This is a discussion on Changing forum URL:s - two questions! within the General Discussion forums, part of the vBSEO SEO Plugin category; We are currently using both 99mac Forum and 99mac.se as the forum URL. I know that this is not good ...

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    17
    Liked
    0 times

    Changing forum URL:s - two questions!

    We are currently using both 99mac Forum and 99mac.se as the forum URL. I know that this is not good for SEO and I plan to change it soon. How do you recommend that I do this? Some kind of permanent redirect in Apache i presume?

    My second questions is regarding a total change of domain name. We have been contacted and must change the forum domain iPod.se | Allt om iPod to another domain name. How would I redirect traffic from the old domain to the new domain without losing our incoming Google traffic ang Pagerank. Also - can I change the VBSEO license to the new domainname?

    best regards from a chilly Sweden!

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    assuming that you have both domains point to the same folder at your host, you will add the following to the top of .htaccess file:
    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www.99max.se
    RewriteRule (.*) http://www.99max.se/$1 [L,R=301]
    the statement above means: in case if requested domain name is NOT "www.99max.se", perform 301 redirect.

    Similar with another case:
    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www.yournew-ipod-domain.se
    RewriteRule (.*) http://www.yournew-ipod-domain.se/$1 [L,R=301]
    Also - can I change the VBSEO license to the new domainname?
    Yes, please open a support ticket specifying old domain name and new one, when you are ready to move your site.

Similar Threads

  1. Google Sitemap-Listing of old url's option-from 1.7
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 08:46 AM
  2. Extra '/' in forum URL's
    By Steve in forum Troubleshooting
    Replies: 1
    Last Post: 10-30-2005, 02:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •