mlutfy / hosting_wordpress

WordPress support for the Aegir project (front-end module).
12 stars 10 forks source link

Separate site content in different directories (define WP_CONTENT_DIR) #4

Closed mlutfy closed 9 years ago

mlutfy commented 9 years ago

Currently, all sites will store their user content (uploaded files) in the same directory.

mlutfy commented 9 years ago

Implemented for nginx.

For Apache, it only needs a small fix for the vhost variable.

mlutfy commented 9 years ago

Fixed.