Ticket #615 (new enhancement)

Opened 2 months ago

Change base path for user blogs (non-VHOSTS)

Reported by: mrwiblog Assigned to: somebody
Priority: normal Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: normal Keywords:
Cc:

Description

As discussed here it would be great to be able to set the base path for non-VHOSTS blogs. So instead of blog subdomains appearing at domain.com/blogname they could appear at domain.com/[configurable-path]/blogname.

For example, site administrators could then make all user blogs appear at /blogs/blogname, or /users/blogname.

I've hacked this feature into site using both MU 2.3.3 and 2.5 but if it could be made part of the core that would be much better. My solution at the moment involves a change to the .htaccess file, but I'm sure it can be done without that.