Chuck
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileThe master domain is devsite103.com
The “example” domain is not mine – I used it from another user who was getting help from you.
The “no load” one is mine.
To my knowledge, I am not using hotlink protection. Sorry, I thought I had answered those previous questions.
I’m not using a domain mapping plugin. I just added tbfaa under sites in super admin as a sub-domain under devsite103.com.I tried your suggested htaccess and made a tiny bit of progress. Images load for devsite103.com but do not load for tbfaa.devsite103.com. HOWEVER, now when use the “Add an Image” facility in the editor the image area shows up with an “edit image” button. When I select edit image, I see the image – but it still doesn’t show up on the page.
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileI tried the above .htaccess and my site still has the same problems – no images.
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileYes, both on the same server and network. I don’t know what a “hotline protection setup” is, but I don’t think I have one.
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileOk. I’ve turned deactivated them all. No change. Tried adding a photo and while the space is there, the photo isn’t.
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileYes, it’s there. Thanks
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileI would be happy to give you access as admin if it would help you to find the problem. Email me [email protected].
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileJust sub-domains for now. I’m planning on changing to domain redirects after the site is complete and functional. Thank you so much for helping.
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileThank you for the rapid response. Still no success.
Forum: Networking WordPress
In reply to: Images are not uploading into correct fileThank you for responding. I know nothing about this stuff, and you were working “blind”. I tried and failed. Below are the before and after htaccess files. Can you take a look and tell me what I’m doing wrong please?
BEFORE
# BEGIN WordPress
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.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-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# END WordPressAFTER “my interpretation of your suggestion”
# BEGIN WordPress# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.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-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# END WordPressForum: Networking WordPress
In reply to: Images are not uploading into correct fileI’m having a similar problem and could really use some help to figure it out.
I’ve tried the “3 step” method above and my results are:
EXAMPLE – https://cooking.thefrazzledmama.com/wp-content/blogs.dir/11/files/2010/08/ezmuffins11.jpg
LOADS FINE – https://tbfaa.devsite103.com/wp-content/blogs.dir/2/files/2010/06/meeting.jpgEXAMPLE – https://cooking.thefrazzledmama.com/files/2010/08/ezmuffins11.jpg
NO LOAD – https://tbfaa.devsite103.com/files/2010/06/meeting.jpgI’ve tried both the existing .htaccess file (below) and the .htaccess file you provided without successful loading of images.
This is how it appears on the page when I switch to the HTML view – <img class=”alignleft size-full wp-image-917″ title=”meeting” src=”https://tbfaa.devsite103.com/files/2010/06/meeting2.jpg” alt=”” width=”94″ height=”63″ /> However if I try to access the image in my browser I get a Page Not Found message.
I’ve checked and my browser WILL load https://tbfaa.devsite103.com/wp-content/blogs.dir/2/files/2010/06/meeting.jpg
https://tbfaa.devsite103.com/files/2010/06/meeting2.jpg”><img class=”alignleft size-full wp-image-917″ title=”meeting” src=”https://tbfaa.devsite103.com/files/2010/06/meeting2.jpg” alt=”” width=”94″ height=”63″ />
Any ideas or suggestions? This stuff is way over my head so any help will be greatly appreciated.
Forum: Plugins
In reply to: Activate Register Plus 3.5.1I’m having the same issue. I’ve read as many posts as I can find and nothing solves the problem – that I can see. I’m a newbie and not a programmer. Does anyone know of step-by-step instructions for this plugin? Is a sidebar required (my site is 1-column)? Should I be seeing the wp-login.php file in the list of files I can edit at the dashboard?
thanks for any help at all.