multi site upload not found
-
I have WordPress in multi-site mode.
In my subomdain site’s theme options, I have set my logo to be:
https://nsw.findrhinoplasty.com.au/wp-content/uploads/sites/2/2014/03/logo-NSW.pngHowever, this redirects to:
https://nsw.findrhinoplasty.com.au/?pagename=logo-NSW.pngMy .htaccess is:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘multi site upload not found’ is closed to new replies.