stephaniefraser
Forum Replies Created
-
SOLVED:
OK… it’s working now.
I made sure that I had the htaccess file from the networks admin page.
AND
removed :
define( ‘DOMAIN_CURRENT_SITE’, ‘memoirsite.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );from the wp-config.php file.
My thanks to the webcoding angel who helped me! Much respect and admiration to all of you.
This is odd too:
I can see the buddypress admin bar on this page:
http://autobituary.net/yourobit/ — with working links
and not on this page
http://autobituary.net/ — links not working
ok…
something in the way that the URLs are parked, maybe?
The even stranger part is that when I make a “sub blog” off of a network the links work just fine.
EXAMPLE:
WORKS:
memoirsite.com
memoirsite.com/groups
recollectioncheck.com
recollectioncheck.com/testsiteone
recollectioncheck.com/testsiteone/aboutDOESN”T WORK
recollectioncheck.com/about
autobituary.net/aboutWhy would it not work on one level and then work on the next level down?
#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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]#END WordPress
Didn’t work.
I also went to the dashboard for the Recollection Check.Com (#3 in the network)
and it still didn’t work.Let me try this…. be right back with a report
However…. the links on the sub sites for the network’s do work
http://recollectioncheck.com/about DOES NOT WORK
However,
http://recollectioncheck.com/testsiteone/about DOES WORK.
Hmmmm….
Some line of code is missing right?
I made a new network for one of the parts called, Recollection Check.
It shows up.
I can get to the admin.
I can even edit the pages.But all the links resolve to the main site.
Hmmm….
Forum: Networking WordPress
In reply to: Need Hosting AdviceIT WORKS!!!!!!!!!!
Trying to get my kid to sleep, I thought that I hadn’t cleared my cache after I uploaded the .htaccess file (contents of which were suggested by bh_WP_fan — whom I wish the best of happy treats to come his/her way — AND so I did and VOILA!!!!!
AWESOME…
I Just got into the back end of the sub site…
Now to get back to getting my youngest to sleep.
LOVE AND KISSES TO ALL OF YOU!
Forum: Networking WordPress
In reply to: Need Hosting Advice@joshmac, no I haven’t done it yet… kids and dinner….
The pages that are not working are under the blog link, for the sub sites —
Does the CSS show up — it’s just TwentyTen on the subsites — when you look at it?
A Egg… we are in the same boat…
Forum: Networking WordPress
In reply to: Need Hosting Advice@andrea, it doesn’t make a difference at all to have a / or not… in both places.
I am thinking the next steps are:
Maybe I should delete all the sub sites.
Reset the wp-config.php file to be a single site.
Disable the buddypress and all other plugins.
Re add the multisite code to wp-config file.
See if the multisite works.
If so, reactivate buddypress
If so… all better.If not… would making a new database be the next step?
And then lastly, if nothing works… could it just be bluehost, which is where i started.
hmmm…
Forum: Networking WordPress
In reply to: Need Hosting AdviceOk… just looked at the database.
The addresses are correct.
There is one difference: on the TestSiteTwo site, the entry has a / at the end of the address.
That’s the only difference.