Images disappeared … AGAIN!
-
I’m getting fed up enough with some of WordPress’ quirks that I’d welcome suggestions of a comparably versatile and easy to use CMS, but barring that I’ve got an issue where on a MultiSite install of WP I have lost access to the media for all the subdomains.
1) the files are all there with proper permissions
2) the .htaccess looks like this: `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]
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress`
3) This has happened before. This is a restore of the .htaccess file that solved the problem last timelinks:
main = https://universal-nexus.com
example subdomain with missing images = https://sandbox.universal-nexus.com
- The topic ‘Images disappeared … AGAIN!’ is closed to new replies.