xbloggerx
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Problem with uploading mediaThis is the fix problem
modify the .htaccess…
replace #upload by this# uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]thank you very much schaeffer 🙂
Forum: Networking WordPress
In reply to: Problem with uploading mediaHi, i use subdomain
sorry for the content postedForum: Networking WordPress
In reply to: Problem with uploading mediamy .htaccess of my root folder (xbloggerx.com)
RewriteEngine On
RewriteBase /#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Forum: Networking WordPress
In reply to: Problem with uploading mediai dont find the other thread… too many tread on this forum lol
Forum: Networking WordPress
In reply to: Problem with uploading mediai have the 3.0 sorry… 😉
Forum: Networking WordPress
In reply to: Problem with uploading mediahere is a exemple of my file uploaded folder
(right click on image, proprity)(NSFW) http://xbloggerx.com/files/2010/07/xporn-150×150.jpg
(used the main account)Forum: Networking WordPress
In reply to: Problem with uploading mediaMy version is a fresh new installation from
http://mu.wordpress.org/download/
2.9.2and this is what i see when i upload images or any file.
(NSFW) http://www.silverstar-industry.com/error.jpg
thank you very much
Forum: Networking WordPress
In reply to: Problem with uploading mediaho i forget to say my wp-content/blogs.dir/ is 775
i cannot set 777 because i have a 500 error