| Author |
Message |
|
Wordpress upload error
|
|
|
|
Posted:
Tue Mar 09, 2010 22:25
|
|
|
Joined: 22 May 2008
Posts: 9
|
|
Trying to the uploader within WP to upload images and files. When I try to upload a file I get this error:
“The uploaded file could not be moved to /virtual/users/e15595-16424/web/blog/wp-content/uploads.”
My folder is chmod 777, both wp-content and uploads.
My .htaccess has this in it:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
My .htaccess file is in the root directory /web/. My WP installation is in a folder within that called /blog/.
Hope it's something simple.
Thanks! |
|
|
|
 |
|
Posted:
Wed Apr 07, 2010 09:15
|
|
|
Site Admin
Joined: 14 Aug 2002
Posts: 3031
|
|
|
|
|
 |
|