Image upload problems for multisite subdomain site
-
Hi,
I have a same problem with that post: https://www.ads-software.com/support/topic/image-upload-problems-for-multisite-subdomain-site?replies=6
But the solution there, is’nt work for me.
My .htaccess file looks like this:
# Use PHP5 Single php.ini as default AddHandler application/x-httpd-php5s .php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] </IfModule> # END WordPress
My main site is https://www.mainsite.com and I created https://www.site1.com, https://www.site2.com etc.
My network setting details:
(Network Admin / Sites / Info)
Domain: https://www.site1.com
Path: /(Network Admin / Sites / Settings)
Siteurl: https://www.site1.com
Upload path: wp-content/blogs.dir/2/files
Fileupload url: https://www.site1.com/files (I also tried site1.mainsite.com and didn’t work)Any help would be appreciated. Thanks in advance.
- The topic ‘Image upload problems for multisite subdomain site’ is closed to new replies.