Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter BpPst

    (@bppst)

    @corentone – I have the option ” Permanent redirect (better for your blogger’s pagerank)” in “Domain Mapping Configuration” disabled.

    Check to see if that is the problem.

    Thread Starter BpPst

    (@bppst)

    Hi Still Awake,

    I have this configuration up and running on our domains (all on the same server but different ip addresses):
    blogs.mydomain1.com
    https://www.mydomain1.com/en/blog/
    https://www.mydomain1.com/es/blog/
    https://www.mydomain1.com/fr/blog/

    https://www.mydomain2.es/blog/

    The configuration is tricking but works. You will have to have knowledge of mod_write and be able to edit the httpd (vhost for plesk) files.

    I have a dedicated server so I can do whatever changes I want. And I have many years experience.

    I’ve set it up on both windows locally and our production server.
    If you want to instant message me I can send you a Word document that I follow. Remember first to try on a local development server.
    Install, debug, take notes, fix, document and start again. Once you can run through and installation on your local server with no errores you can go to production.

    Note: This solution requires that the person using it have experience configuring webservers and good understanding of PHP. Anyone with a degree should be able to do it as it is a textbook case of Open Source modification to fit a specific need.

    Thread Starter BpPst

    (@bppst)

    True, if they are on different servers you have to install in the remote server WP, define the PATH correctly in the wp-config.php and then configure the MySql host to be the server where the WP database is installed (and logically configure the Mysql to accept the host)… most likely you would still have to do one or more of the steps above to make sure that the “PATH” and “Domain” are set correctly.

    Thread Starter BpPst

    (@bppst)

    Estimated test install time: 2 hours
    If anyone finds it useful let me know ??

    Thread Starter BpPst

    (@bppst)

    This manual is for people that have established sites with their own e-commerce or content system that want to add wordpress blogs. Especially if you have many blogs like me (10 for one client with only 3 writers).

    It maintains everything virtual with one install of WP, one database and plugins can be shared across the network. Only 4 files relating to the multiple site files are touched updating shouldn’t be a problem.

    As a system architect my rule is avoid multiple deployments of anything.

    Once installed you can add a wordpress blog to any existing domain, with any existing structure, with any mapping you want. Freedom.

    This post is to solve the repeated question “How do I map to a domain.com/subdirectory”

    Otherwise the only solution is to use MovableType or live within the limits of WordPress… I don’t like limits nor do I like to be boxed into one solution.

    To MovableType or to WordPress, that is the question… that I had 5 days ago. Now I can do want I want and

    Thread Starter BpPst

    (@bppst)

    Thread Starter BpPst

    (@bppst)

    Ok! I’ve done a new install and documented all the steps… and it is quite long.

    Should I post here or a new thread called
    “How to Map a Domain with subdirectory to a Multi-site blog”?

    Thread Starter BpPst

    (@bppst)

    But the folders in the network are virtual. How are you handling that?

    It is a combination of Alias and ENV variables… Tomorrow I will run through a fresh install in order to be able to reproduce it all.
    I’ll document the steps and post them in a couple of days.

    I could have sworn that we were just going into the database and editing the path manually after blog creation. Granted there’s no way to do it out of the box but that was the workaround

    With MU there is no need to go to the database as the domain field is in the MU settings page.

    Thread Starter BpPst

    (@bppst)

    So site2.com may live somewhere ese, but site2.com/blog/ lives in the wordpress install. But all on the same server ??

    Exactly… it requires understanding of PHP and direct access to the httpd.conf…

    If you can’t work with these files there isn’t much hope. (I can see all the “Help Please” posts).

    Also at the moment I have it in development. Once I do a new install and repeat the steps I can post it here.

    There is a limitation:
    if you have site3.com/es/blog/ and site3.com/fr/blog/ as the folder change is not blog/es and blog/fr you must edit the httpd.conf file everytime you add /[new lang]/blog

    This is due to how Apache use Alias and AliasMatch

    Thread Starter BpPst

    (@bppst)

    Hi Andrea,

    I do understand the idea behind the programing. I have spent the last few days reading the source code and the relation between the blog and site tables. The programming looks to me like an adaptation not a core feature. That is why many people are running into quite a few limitations.

    MovableType was designed for mult-user, mult-site, multi-domain… basically what ever you can imagine together with very powerfull statistics about the users use, publishing. It is very easy to switch between blogs and manage users and the blogging network.

    WordPress was designed for a single blog, single or multiple users environemnt with FAST publication and EASY plugin support. WordPress development and design is more economical and easy to deploy.

    There are always pros and cons….

    PS: YES! It is possible to map to folders.I’ve done on a WAMP setup but I needed to modify the httpd.conf file (.htaccess is to limited) and also I did have to modify a few lines in ms-settings.php, sunrise.php and ms-load.php

    My current development server has:
    blogadmin.com => Blog install
    site1.com/blog => Blog One
    site2.com/blog => Blog Two
    site3.com/en/blog => Blog Three English
    site3.com/es/blog => Blog Three Spanish

    Thread Starter BpPst

    (@bppst)

    Hi,
    This is exactly WP’s problem. Moveable type can go phyiscal, semi-physical or drupal.
    So you can do whatever your heart desires with little server overhead and almost no hacking.
    WP is great in someways but limiting blog directories to be /blog/1, blog/2 and not allowing 1/blog is not exactly good. The lack of ability to publish anywhere on the same physical server is also a set back. There should be no problem from site1.com and being able to publish to site2.com/blog. I’ve been doing this for years with MT.

    I’ll continúe my evaluation until the end of next week. I have 4 sites with sitex.com/blog and one site with 5 languages like I explained earlier. I’ve solved the first problem but the second poses a bit more formidable.

    Another great feature of MT is the graphs of posts and statistics of entries so has a manager I can see what my writers aré doing.

    WP was designed for single usage. MT has always been a multi-blog multi-user platform.

    I am always open to new technology that is why I’m evaluating WP.
    But if I didn’t have an IT background, the evaluation wouldn’t be going so well.

Viewing 11 replies - 1 through 11 (of 11 total)