Images not loading but they are in blogs.dir
-
Hey,
I am having an issue with This as its not loading my images but they are in the blogs.dir.
I have tried to reset the .htaccess with no luck and the main sites fine
RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{HTTP_HOST} ^(www\.)(.*)$ [NC] RewriteRule ^(.*)$ https://%2/$1 [L,R=301] 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]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Images not loading but they are in blogs.dir’ is closed to new replies.