Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Wordpress |
|
Author |
|
Brian
Joined: 21 Oct 2005 Posts: 209 Location: Puyallup, WA USA
|
Posted: Sun 23 Nov '08 9:24 Post subject: Wordpress |
|
|
Does anyone here have experience configuring Wordpress 2.6.x with some mofication / hack / addon to allow a true "hosted" multi user (multi-domain) solution?
So far it seems that for each sub and domain I have to create a different installation of Wordpress, imagine 30 or 40 blogs then try to update them....
Thanks all.
--
Brian |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sun 23 Nov '08 13:57 Post subject: |
|
|
I have no experience with Wordpress, maybe you can do the same as i have done with my Webmail scripts. I was facing the same issue.
For my webmail Squirrel and Webmailsurge I do the following, just one install of the scripts.
In httpd.conf:
Alias /mail "f:/web/mail/
Alias /sq "f:/web/squ"
Alias /nwimg "f:/web/mail/nwimg"
Sow every domain xxx.xxx.com/mail calls the same install.
When you have not found's, just add the allias as /nwimg as above.
I done the same for awstats:
Alias /stat "F:/web/stat"
Alias /awstatsicons "F:/web/stat/aw/icon/"
Alias /awstatsclasses/ "F:/web/stat/aw/plugins/
Hope it helps,
Steffen |
|
Back to top |
|
|
|
|
|
|