1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

wordpress mulit sites question

Discussion in 'Content Management' started by 4help, Apr 30, 2012.

  1. #1
    I installed wordpress script in my main site http://test.com

    Now i want to use wordpress mutli site option for my subdomain sites also

    I mean without installing wordpress script again in my subdomains


    I created subdoamin sub.test.com and followed the instructions.

    modified wp-config.php and .htaccess file

    Also added the sub.test.com in networkadmin.

    but sub.test.com not showing wordpress.
     
    4help, Apr 30, 2012 IP
  2. Resellerwebhosting

    Resellerwebhosting Active Member

    Messages:
    124
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    you will need to reinstall wordpress again in subdomain
     
    Resellerwebhosting, Apr 30, 2012 IP
  3. 4help

    4help Greenhorn

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    no need to install wp again

    We can run wordpress in both domain and subdomain and subdomain with single installation.

    If anyone have the experice with this, please check the above post and reply me
     
    4help, May 1, 2012 IP
  4. DayaJosh

    DayaJosh Member

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #4
    I will help you here, I just setup a multisite option for my friend. pm me your site & admin username and password. i will try to help you.
     
    DayaJosh, May 2, 2012 IP
  5. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #5
    you need to install wordpress MU plugin for the domain mapping.
     
    webcosmo, May 2, 2012 IP
  6. honeyclarck

    honeyclarck Peon

    Messages:
    196
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    reinstall your theme and update it time to time when notification show to update theme.
     
    honeyclarck, May 2, 2012 IP
  7. 4help

    4help Greenhorn

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #7
    Just post the step by step instructions
     
    4help, May 21, 2012 IP
  8. 4help

    4help Greenhorn

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #8
    I have modified wp-config.php like below


    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', true );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'limecuda.com' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );


    .htaccess also modified


    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]


    i added subdomain through network admin =>add new

    but when i accessing http://sub.domain.com/wp-admin/ showing Internal Server Error
     
    4help, May 28, 2012 IP