mchseo
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Broken Image/mediaI have same problem on sub-sites’ images.
All images stored in “/blogs.dir/” are not shown on Media Library and web pages.
Anybody found the answer?Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionThank you so much for your help.
For your clear understanding about my sites;
1. Haancom.com & /site2/ & /globalposts/
1)This is first install of wp-network.
And I have installed “WP MU Sitewide Tags Pages” plugin.
This plugin site is;
http://haancom.com/globalposts/. It shows all the post on the network.2)I made subsite /site2/ and deactive all plugin, etc. But, /blog/ is not showing on main site URL. But it works fine including images.
http://haancom.com/2011/01/04/image-test-from-main-site/3)And, as I said images on subsites are not shown on Media library and front page.
(But, all the information about the image is shown on Media library page.)
http://haancom.com/site2/2011/01/04/inage-test-from-site-2/2. Haanpress.com & /losangeles/ & /newyork/
This is second install after clean up.
I cleaned up twice and re-boot twice prior to re-install.The result is same with first install.
All works fine(include /blog/) except images on sub-sites.3. Yes. I can not see the /blogs.dir/ on URL.It is re-written with /subsite/.
1)But, if I type /subsite/files/… url on the browser, the image is not showing up.
http://haancom.com/site2/files/2011/01/Chrysanthemum.jpg2)Instead, I type the uploading(physical) url /wp-content/blogs.dir/id/…., the image is showing up.
http://haancom.com/wp-content/blogs.dir/3/files/2011/01/Chrysanthemum.jpg3)On the Media library, it said File URL is;
http://haancom.com/site2/files/2011/01/Chrysanthemum.jpg
But, the image is not shown up.4. I followed both sites install by ww.wp.xz.cn instruction and both sites are on same server with different IP & Domain.
This is brief explanation so far.
I do not have knowledge regarding server, htaccess files.If you need more details, just let me know.
Your kind help would be highly appreciated.
Thank you so much.Michael
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionThank you so much for your help.
Please excuse me that I did not much familiar with the forum manner and English is my second lalguage.
Thanks anyway and will keep in mind.
And, well noted about showing /blog/. Thanks Andrea.Yes, all works fine but the only problem is “Images on the Sub-Sites’ /blogs.dir/ folder” does not loaded to Media Library and front webpages.
The image file URL with “/wp-content/blogs.dir/id/files/…” is working, but re-written with “/subsite-directory/ (instead of /wp-content/blogs.dir/id/)” does not work or can not bring the image to Media library and front webpage.This is the point what I want to clear.
Thank you so much.
Michael.
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionI just re-installed and tested with one main and one sub-site.
main: http://www.haanpress.com
Sub: http://www.haanpress.com/losangelesThe same problem on Image loading to Media Library and front page.
Main site is OK. All network functions look fine so far other than image file loading.Still wondering the other main site(haancom.com) “why missing /blog/”.
Please help!
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionThe main site does not show /blog/ on this site.
I did same install at same server but different domain & IP.
The site that I cleaned up shows /blog/ at main site.I just made another sub site /site2/, it works fine except image problem.
As I asked, both /globalposts/ and /site2/ does not bring the images those are in /blogs.dir/.Thanks.
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionOh!
I have second network-site which has only one main and one sub site(no contents though).
This one has same problem with cleaned one.main site; www,haancom.com
sub-site: http://www.haancom.com/globalposts(I have installed MU sitewide Tags Plug-in and changed the name from tags to globalposts).I can give you the access to the server and WP admin etc, if you need.
How can I send the info?Thank you so much.
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionThank you so much.
Because of error caused by above second htaccess file, I cleaned up and re-installing now.
On finishing re-install and test, I will let you know URL.Thank you so much for your help.
Michael.
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionAfter try to change above htaccess file, the site went to error.
So, I change back to original, but the site never come back!!!!Please help!
Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionI tried with this htaccess, but server error message is shown.
# BEGIN WordPress
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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPress<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Forum: Networking WordPress
In reply to: Media Upload problem on Network VersionIt is sub-directory and htaccess is;
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]Dear Flashxml,
Hi,
How this plug-in to be embeded on Side Widget or Text Widget?
Your kind reply would be highly appreciated!
Thanks.