FrancineC
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Combining two sites on a multi-site installThank you so much! That all worked beautifully, including the importing. I’ll keep an eye out for duplicate posts.
Forum: Networking WordPress
In reply to: Combining two sites on a multi-site installI use the same permalink structure on both sites
Old site http://www.callaloosoup.com/crafts/2017/06/how-to-be-artistic/
New Site http://www.callaloosoup.com/blog/2017/06/sister-reads-book-reviews-may-2017/I’m already running into issues though when I try to import. Only some of the posts are getting imported and I can’t figure out why….
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteThanks for the help Patrick, I managed to get this resolved. it was a problem with the uploads directory not being set correctly.
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteI have a bunch of errors like this in my error log
[Mon Sep 14 04:19:18 2015] [notice] [client 5.153.235.146] mod_hive matched URI http://www.callaloosoup.com/wp-login.php (/home/callaloo/public_html/wp-login.php) with match 2, referer: http://www.callaloosoup.com/wp-login.php?action=login
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteThanks Patrick, I checked that and it is running multisite right now. They do allow Multisite, I made sure to verify that before switching over.
I have tried deactivating all plug-ins, to no avail. I’ve checked folder permissions and they are all correct. No idea what to do next.
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteThanks @ergate. I will try that.
Forum: Fixing WordPress
In reply to: Upload media difficultiesDid any of you find a solution to this? I am getting the same error, but finding no solutions anywhere.
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteAnyone? None of the fixes I am finding by searching online have helped.
Forum: Networking WordPress
In reply to: Can't Upload images to main site on subfolder multisiteThings have worsened since I posted. Now none of the images on one of the subfolder sites is showing up, and I can’t upload images to any site.
Can anyone help, please?
Forum: Networking WordPress
In reply to: Search not working on subdomainBumping this up as I still need help with this issue.
Forum: Plugins
In reply to: [A5 Custom Login Page] Lost Password Link IncorrectI think I figured it out. Thanks!
Forum: Plugins
In reply to: [A5 Custom Login Page] Lost Password Link IncorrectThanks Stefan,
Where do I find that filer in WordPress?
Francine
Forum: Networking WordPress
In reply to: Images not showing on subfolder site or in media libraryThanks!
Forum: Networking WordPress
In reply to: Images not showing on subfolder site or in media libraryThank you! That fixed it. All images are back. Is there anything else I need to do?
Forum: Networking WordPress
In reply to: Images not showing on subfolder site or in media libraryHere’s the .htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [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]And yes, that’s exactly where the images are.