Thumbnail images have stopped working on multi-site
-
Hi Every one i am having an issue with WordPress multi-site that is boiling my brain its affecting both my top level site and sub domain sites
I am using the latest version on WordPress and my theme uses a php file called timthumb.php to resize images uploaded in the post to display them on the main page as thumbnails
Now this was working but now its stopped
I have looked at my server files and timthumb is creating the thumbnails, but for some reason they cant be found
here is my htaccess code, which checking other forums seems to be right
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
I have checked with my hosting and all permissions are set correctly on the server
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Thumbnail images have stopped working on multi-site’ is closed to new replies.