File Uploading problem with WordPress 3.1 MU
-
Hi,
Really been trying to find an answer in all the forums but can’t find the issue resolved in a way which I can copy.
I’m running a windows based machine for development and got Apache as a webserver.
My problem is that whenever I upload a file/image in WordPress the file ends up unreadable. When I go into the folder the file is there but I don’t have permissions to read it. I can surf to through a browser if I go directly to the blogs.dir/#/files/date/-path and not to the /files/ path.
The usual question seems to be to get to see the .htaccess-file so here it is:
RewriteEngine On
RewriteBase /
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]I’m also running Domain Mapping but has done a clean installation without it and still got the issue. Also I’m running sites on subdomains if that helps.
Since I got the site on my local machine you’d need to hack your hosts-file to see it and I really don’t like giving out access to it.
Is this something that will solve itself once I get it up on to the proper host that is running *nix-enviroment?
- The topic ‘File Uploading problem with WordPress 3.1 MU’ is closed to new replies.