The MU forums have moved to WordPress.org

Migration Problem (2 posts)

  1. rohitgu
    Member
    Posted 13 years ago #

    Hi,

    I am planning to migrate my blog from wordpress mu to wordpress. But I have a number of sub domain in my mu blog which get a lot of traffic from Google, I want to keep the mu blog running for only for the sub-domains.

    What I want to do is I want all traffic to my main domain to come to a normal (new wordpress blog) and all sub-domain traffic to go to the old mu blog running, both on the same server.

    For this I have set up my Virtual Directory as follows in apache but it doesn't seem to be working,

    `<VirtualHost *:80>
    ServerName globalthoughtz.com
    DocumentRoot /var/www_gt/html
    ServerAlias "globalthoughtz.com"
    CustomLog "/var/www_gt/access_log" "combined"
    ErrorLog "/var/www_gt/error_log"
    <Directory /var/www_gt/html>
    Options Includes FollowSymLinks
    AllowOverride All
    </Directory>
    </VirtualHost>
    <VirtualHost *:80>
    ServerName apac.globalthoughtz.com
    DocumentRoot /var/www/
    ServerAlias "apac.globalthoughtz.com"
    CustomLog "/var/www/access_log" "combined"
    ErrorLog "/var/www/error_log"
    <Directory /var/www/>
    Options Includes FollowSymLinks
    AllowOverride All
    </Directory>
    </VirtualHost>

    What could be going wrong here?

    Regards,
    Rohit

  2. andrea_r
    Moderator
    Posted 13 years ago #

    Because there needs to be physical files there for the blog to be served from.

    So... short version: you can't. You may like 3.0 a lot more tho.

About this Topic

  • Started 13 years ago by rohitgu
  • Latest reply from andrea_r