Recent Topics

1 Feb 08, 2013 16:40    

I created a new blog and it now redirects to another blog.
I had dbell.php as my default with user dbell

I created acis.php as a new blog, user acis
Then I changed to user dbell
Now acis.php always redirects to dbell.php

I've tried changing the user back
I've tried recreating the blog
I've tried recreating the user and blog
I have default blog set to none
I cleared all caches

I thought it might be a 301 in .htaccess, but it hasn't been changed for a year.

2 Feb 08, 2013 16:56

I got it. It appears I did not have the right combination of the blog ID set in acis.php after changing from index.php/acis, having a post to display, etc.

Got it now. :)

3 Jun 12, 2013 11:24

Maybe you can help me. I renamed my Blog B that came with the system. For a while I could see it. Now whenever I click on it, it redirects to my default blog. I haven't added any users, and I am not as computer savvy as I once thought I might be.

Help,

David

4 Jun 12, 2013 11:29

P.S. I did play with the widgets trying to add navigation back to my web pages (non-blog), but it didn't work, so I deleted the widget I tried to make.

5 Jun 12, 2013 23:44

I'm assuming you are using relative to baseurl (i.e. blog/acis.php) in the URLs menu. If you're just using extra path on index.php in the URLs menu (blog/index.php/acis), the php is not necessary. The menu shows that difference in the path.

When you give you blog a specific name relative to baseurl like this you need to have a php file with that name in the root folder. For example, one of my blogs is acis, and I have acis.php in my root folder. b2evolution comes with a set of php files for this purpose. Just rename them from blog2.php, etc. to whatever name you need to use.

Also, you may have to edit that php file in source code view and change the blog number to associate with your blogs ID. In my case,
$blog = 14;

You get that number from the ID in Blog Settings > List in the backoffice.


Form is loading...