Trouble uploading medias in my MU subdomains
-
Hello WP Masters!
I have a same problem as two past posts:
I tried to follow the advices of one, then of the other, but none would help my website work.
My .htaccess file:
# 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
I use WP Multisite as follows : https://www.domain.com and https://subdomain1.domain.com … https://subdomain2.domain.com …
My network settings:
Upload Path : wp-content/blogs.dir/12/files
Upload Url Path :
Fileupload Url : https://subdomain12.domain.com/files
I am clearly not a pro, and I don’t understand what the Override On/Off setting means, and I don’t know where to check. I’m using a dedicated server that I manage via ISP Config 3.0.4.5
I beg for help before frustration makes me destroy my office ! jk ??
- The topic ‘Trouble uploading medias in my MU subdomains’ is closed to new replies.