images won't create in blogs.dir
-
new install of wpms 3.5.1, everything work well other than images issue.
I can upload image to /public_html/wp-content/uploads/sites/2/agents/small
but there is nothing in my blogs.dir (empty)..htaccess is correct.
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]
folder permission 777.
anyone can help ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘images won't create in blogs.dir’ is closed to new replies.