• Resolved hallcp

    (@hallcp)


    I have a single WP installation running many individual blogs, and I understand the concept of this plugin. But I am missing something.

    What actual files need to exist at the URL of the 2nd network? Surely you need an .htaccess or a config file or something. Or do I do a full install of WP at the second location, and most of it just gets ignored?

    In short, how does a user get redirected from the new network URL to the existing WP installation?

    Thanks so much.

    Charles Hall

    https://www.ads-software.com/plugins/wp-multi-network/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hallcp

    (@hallcp)

    So I finally figured out the answer to this. The answer, as far as your local disc files are concerned is… NOTHING. Just install the plugin.

    But there is work to be done, it just happens at the server. In the configuration of the Apache server a VirtualHost must be created and it must point to your existing WP installation. Then, of course, a DNS change must be made to match the VirtualHost definition.

    You can play with all this on your desktop PC if you wish. Just load up something like EasyPHP which installs Apache/PHP/Mysql all at once, then install WordPress and the plugin. You can edit your own Apache configuration to add the Virtual host and edit this file in Windows to simulate a DNS entry: c:\windows\system32\drivers\etc\host

    Then you can test to your heart’s content on your own PC. Of course, you can’t get to that new domain name from outside your PC (with it’s hosts file entry for it), but otherwise it’s fully functional.

    Hi Hallcp,

    I am trying to do similar things but I am no getting desired response for last 1 week. Can you please provide the settings/example that you made for Apache Configuration and DNS Entry?

    Thanks for all the help.

    Thread Starter hallcp

    (@hallcp)

    Hi Ajaygupta2312,

    My Apache config entry is below. DocRoot points to the same location as the main blog. ‘cph_stage.sas.com’ was the name of this alternate site.

    <VirtualHost cph_stage.sas.com>
    DocumentRoot “${US_ROOTF}/www”
    ServerName cph_stage
    <Directory “${US_ROOTF}/www”>
    Options FollowSymLinks Indexes
    AllowOverride Options All
    Order deny,allow
    Allow from 127.0.0.1
    Deny from all
    Require all granted
    </Directory>
    </virtualhost>

    I didn’t use DNS for testing, just added this entry to my PC’s hosts file. The Apache server and I are all on this same machine.

    127.0.0.1 localhost d78966.na.sas.com cph_stage.sas.com

    Thanks for quick response.

    I did this setting earlier and it didn’t work. All I got 404 errors whilw trying to access my sites with in another network.

    I have this open question with the plugin support team to get more information or steps that need to be done to fully make this plugin working.

    Here is my question
    https://www.ads-software.com/support/topic/multi-network-for-sub-directory

    If you have any input that will be greatly appreciated.

    Thanks for all the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need very basic HELP!’ is closed to new replies.