1 ardik Jan 23, 2010 13:01
3 ardik Jan 27, 2010 01:08
This looks sensible. Thanks! I'll try that.
On first sight it looks as if I could even adapt that to the technique I've mentioned above.
sam2kb wrote:
The bad thing is that cookies won't work, you won't stay logged in switching between domains :(
No problem for me since those blogs will be rather completely independent and I won't write in all (any?) of them anyway. And I guess each will recognize its own cookies (at least if I patch that cookie line I've read about somewhere else ...)
4 sam2kb Jan 27, 2010 02:31
And I guess each will recognize its own cookies (at least if I patch that cookie line I've read about somewhere else ...)
What you read is instruction for subdomain installation, when blogs are subdomains of the main b2evo domain ex. blogger.com or wordpress.com services.
5 fplanque Jan 29, 2010 23:49
If you share the same config between blogs, I don't see any real difference with sharing the document root ;)
(Unless you have other files lying around in each docroot of course.)
Install b2evo on blog.com , then set absolute URLs for each blog on Blog settings > URLs tab
Put stub files in each domain root with the following content
All your blogs will share one control panel and resources located on blog.com . You can get each blog by calling their stub file like blog1.com/stub.php . Note that you must include stub file name in absolute blog URL if you're not using index.php as stubs
The bad thing is that cookies won't work, you won't stay logged in switching between domains :(