ypage621
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite error with URLI copy and pasted
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^site.org$ [NC]
RewriteRule ^(.*)$ https://site.org/$1 [L,R=301]and changed site.org to my site’s name in both spots. I placed it at the very top of the file above all the WP multisite info and it worked. Originally I had put it at the bottom of the file and it wasn’t working.
Forum: Networking WordPress
In reply to: Multisite error with URLOh I got it. I put the force at the top of htcaccess and it worked. DUH!!! Thanks Ipstenu. Hope you’re problem is fixed too fvd_18!!
Forum: Networking WordPress
In reply to: Multisite error with URLI’m having the same error but backwards. When you go to https://mxcc.edu/ce/healthcare/ for example, you get to the right page. However, if you add the www in (https://www.mxcc.edu/ce/healthcare/) my site’s redirecting to the hompage. Strangely enough an extra backslash after the url makes it work (https://www.mxcc.edu//ce/healthcare/). I have been wracking my brain with trying to figure out where the extra backslash is coming from/why the www isn’t working. My multisite has a subsite mxcc.edu/catalog installed and that works just fine when I add the www in front of it. I tried the non-www force in .htcaccess and that didn’t work for me.
Forum: Networking WordPress
In reply to: Path_Current_Site Problem?So I think I solved it last night. I changed the code in wp-config and .htaccess to the updated paths and then had to go into the wp_blogs table in my database and change the path there as well. Only when all of those things were done correctly did it work.
Forum: Networking WordPress
In reply to: Path_Current_Site Problem?I used this script as per recommended by the WP codex for moving multisites:
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/The first time I did a search and replace for https://vps11639.inmotionhosting.com/~mxcced5/ but that messed everything up so I reverted to my saved db and did a search and replace just for https://vps11639.inmotionhosting.com/
After that everything needed the /~mxcced5/ after it and I magically did something I don’t remember to make it work without it for the main site but I’m pretty sure it was just a poorly executed hack that only put a bandaid on the problem. I think maybe I went into the wp_options table for the main site and took out the /~mxcced5/ from site name and home but when I tried that for other sites I just got a 404 error page.
Thanks!
I’m having the same problem in IE 9 (10 is okay). Here’s a page example: https://vps11639.inmotionhosting.com/~mxcced5/cdcc
This is happening with both the boxes and buttons. Content still shows up but the boxes/buttons don’t. Of course, it works fine with every other browser that I’ve tested on.
Thanks!