switching to subdomain - link issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mark58
    Senior Member
    • May 2001
    • 205

    switching to subdomain - link issue

    we need to switch to a subdomain (various reasons that we are forced to do it)

    is there a way to redirect the old links to the new subforum? we don't want to lose all the search engine links

    going from



    to



    anyone know the best way to successfully handle this situations?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Create a .htaccess file in the old directory with this code:

    Code:
    Redirect / http://forums.site.com/
    This will redirect all requests using the new base URL. But if the new URL and old URL are the same directory then this won't work.

    Comment

    Related Topics

    Collapse

    Working...