Hi i have big problem with wordpress mu 3.6 ( but also 3.5.2) problem is the same
i have a Mediatmple server DV 4.0 with centos 5.8 and i have installed wpmu with subdomain without problem.
the problem is Nginx when is active (that i want) the upload media of wp give me problem of 404 nginx
http://templateblog.builtinsite.com/wp-content/uploads/sites/2/2013/08/psd-clipboard-icon.png
i check in log file
the path that nginx has is /var/www/vhosts/avusy.com/wp-content/uploads/sites/2 etc...
avusy.com is the primary domain, the domain that was set when i buy the server
to enable to work on subdomain with plesk 11.0.9 i have create a vhost.conf in my builtinste.com domain (that have his plesk webspace) adding this:
ServerAlias "*.builtinsite.com"
<Directory /var/www/vhosts/builtinste.com/>
AllowOverride FileInfo Options
</Directory>
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
and subdomain works but when you register a new blog you see that 4 example http://templateblog.builtinsite.com doesn't load css and image and if you upload a media in wp media uploader you obtain the thumbnail with question mark and the link give 404
i see that there is nginx.conf and nginx.comf.default files in etc/nginx what file i must edit?
how can redirect to correct domain? i have read that if i have plesk procedure could be templates based.
i have no directory sites-enable and sites-availabe as this link said:
http://stackoverflow.com/questions/17413526/nginx-missing-sites-available-directory
so if i want to keep plesk in right way updated evrything without pain how procedure must i follow?
thx.
J.
i have a Mediatmple server DV 4.0 with centos 5.8 and i have installed wpmu with subdomain without problem.
the problem is Nginx when is active (that i want) the upload media of wp give me problem of 404 nginx
http://templateblog.builtinsite.com/wp-content/uploads/sites/2/2013/08/psd-clipboard-icon.png
i check in log file
the path that nginx has is /var/www/vhosts/avusy.com/wp-content/uploads/sites/2 etc...
avusy.com is the primary domain, the domain that was set when i buy the server
to enable to work on subdomain with plesk 11.0.9 i have create a vhost.conf in my builtinste.com domain (that have his plesk webspace) adding this:
ServerAlias "*.builtinsite.com"
<Directory /var/www/vhosts/builtinste.com/>
AllowOverride FileInfo Options
</Directory>
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
and subdomain works but when you register a new blog you see that 4 example http://templateblog.builtinsite.com doesn't load css and image and if you upload a media in wp media uploader you obtain the thumbnail with question mark and the link give 404
i see that there is nginx.conf and nginx.comf.default files in etc/nginx what file i must edit?
how can redirect to correct domain? i have read that if i have plesk procedure could be templates based.
i have no directory sites-enable and sites-availabe as this link said:
http://stackoverflow.com/questions/17413526/nginx-missing-sites-available-directory
so if i want to keep plesk in right way updated evrything without pain how procedure must i follow?
thx.
J.