multisite 3.6 broken link image 404 error
-
hi guys have a big problem, i’m hosted on mediatemple dv 4.0 and i0m setting up a wp 3.6 mu subdomain after upgraded from 3.5.2.
All works well except the upload files in subdomain site.
for example this is a subdomain,
https://blogtemplate.builtinsite.com
this is the link of the upload image
https://blogtemplate.builtinsite.com/wp-content/uploads/sites/2/2013/08/psd-clipboard-icon.png
i’m getting 404 error
my htaccess is:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPress
and as you know for plesk 11 i have followed this procedure:
and domain works post works page creation works except upload ??
i have set my httpd.conf with Allowoverride All but nothing works, server is a centos 5.8
i create vhost.conf as suggest https://codex.www.ads-software.com/Configuring_Wildcard_Subdomains_for_multi_site_under_Plesk_Control_Panel
with this
<Directory /var/www/vhosts/mydomain.com/> AllowOverride FileInfo Options </Directory>
i check the logs on apache and i see this:
vhosts/maindomain.com/builtinsite/.htaccess: AllowOverride not allowed here,
Any help please?
thx
J.
- The topic ‘multisite 3.6 broken link image 404 error’ is closed to new replies.