Support » Plugins » [Plugin: WP-Universe] Getting it to work on my end

  • Resolved adamsmark

    (@adamsmark)


    When I set up the subdomain on my cpanel, for example wordpress.mydomain.com, the cpanel automatically creates the directory “wordpress” and directs the subdomain to that directory. WP-universe seems to have no effect. Could someone outline what one must do on the server side to get his plugin to work?

    http://wordpress.org/extend/plugins/wp-universe/

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter adamsmark

    (@adamsmark)

    Yes, my question pertains to this step:

    Add a subdomain using your hosting control panel/dns controller to your default IP.

    When I do this, it creates (example) http://wordpress.mydomain.com and the directory “wordpress.” The fact that I put http://wordpress.mydomain.com in the category description on my blog, with WP-Universe installed, seems to have no effect. The subdomain does not point to the category content.

    Thread Starter adamsmark

    (@adamsmark)

    Also, what does this mean:

    Enable/Redirect subdomain/domain to your WordPress installation.

    I gather in the expanded directions, that simply means putting the URL in the category description. Is that so? Or, is there a setting somewhere on my WordPress installation?

    One more question then: in cPanel when creating a new subdomain there is an option whether to “redirect” it somewhere or not.

    Thread Starter adamsmark

    (@adamsmark)

    There is, but only to a URL. If I set redirection to http://mydomain.com, it simply goes there. WP-Universe doesn’t take it anywhere. If I need to set the subdomain to the same directory as my site, then I don’t know how to do that.

    I’ve checked my installation, WP-Universe is installed.
    I’ve added the URL to the category description.
    I’ve created a subdomain.

    That should be it.

    What you described above seems to cover exactly the process described in the Installation instructions for the plugin (when you redirect the subdomain to the WP installation).

    So, I don’t know, maybe to contact the plugin author?

    Thread Starter adamsmark

    (@adamsmark)

    Probably. I’m guessing the issue is on the server side. If anyone uses cPanel to set up domains, and has gotten this plugin to work, let me know. I’ll contact the author. Thanks for your help.

    Hi there,
    Your subdomain must exactly point your old blog’s files.

    I mean if your old blog is hosted on /var/public/blog
    your subdomain must point the same files.

    Can you please post a screenshot of cpanel’s subdomain managment section so i can direct you.

    Huseyin, WP-Universe’s author

    Thread Starter adamsmark

    (@adamsmark)

    All right, now the subdomain points to the same directory, but — ugggg — it still doesn’t work. My main domain is http://agabus.com. The subdomain is http://kema.agabus.com, which points to the main directory (agabus); the cateory is “Kingdom Exlcusion”. I’ve typed http://kema.agabus.com in the description section of the category; the plugin is installed. Any ideas?

    Thread Starter adamsmark

    (@adamsmark)

    Scratch that. It works — probably just needed time to resolve. I figured the subdomain had to point to the same directory as the main domain, but I wasn’t sure.

    Good plugin. Thanks.

    I can’t get it to work on my site ebanking.cl

    For example, I’m trying to redirect the subdomain http:/web20.ebanking.cl to show all the post from category web 2.0, I0ve already modified the category descrription and creatd the subdomain, but the redirection doesn’t seem to been working.

    Can you give a hand?

    Thread Starter adamsmark

    (@adamsmark)

    In my situation it was a matter of pointing the subdomain to the directory of the main domain. Thus, http://subdomain.mydomain.com and http://mydomain.com should share the same directory.

    The plugin doesn’t work for me. :-((
    When i try open http://sub.domain.com, it redirects to main WordPress address http://domain.com, and shows all posts, not only from Universe-category that i create.

    I have test it on the localhost, so the problem is NOT in the DNS configuration, my web-server sets right: both domains resolves to one dir where WP installed.

    Also,with the help of Domain Mirror plugin (active at the same time), i can access to my http://sub.domain.com, but it provide only different title of the blog at the subdomain. and i still see ALL posts.

    What am I doing wrong?

    p.s. sorry for my bad English 🙂

    Hi all, I have same problem with this. Im using cpanel and this plugin doesn’t work. When i pointed my browser to http://sub.domain.com, it always redirected to http://domain.com. But thanks to Shumaher You inspired me. Yes here is what i have done.
    First, upload Domain Mirror plugin and activate it.(download it here) then go to Domain Mirror’s options page to configure it in settings page. add your new subdomain there and save changes. Next, go to your CPANEL subdomains page and add subdomain there, make sure your Document Root pointed to your WP installation directory, in my case it is /public_html. Last step is edit your Category Description to your subdomain and make sure this category has atleast 1 article. That’s it.

    sorry for my bad English 😀

    Nagmay

    (@gabrielmcgovern)

    @raistlinthewiz,
    This seems like a great plugin, but I don’t see how it is supposed to work. Looking specifically at:

    $wp_object_cache->cache[options][alloptions][siteurl]=$host;
    then:
    $ret=check_matched_url(get_bloginfo(‘url’));

    …but $wp_object_cache does not seem to change/override the information from get_bloginfo. Instead that could be:

    $ret=check_matched_url(get_option(‘siteurl’));

    however, all the links go to the site defined in get_bloginfo… SO how do you edit that info?

    Thanks

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[Plugin: WP-Universe] Getting it to work on my end’ is closed to new replies.