Recent Topics

1 Apr 26, 2010 19:58    

My b2evolution Version: 3.3.3

The key is that /home part. I would like for my page to open to /home (which is also a category if that helps).

Is it possible to do this without putting in the "cat" line in the blog1.php file? That cat line messes up other stuff (http://forums.b2evolution.net/viewtopic.php?t=20794).

Is it possible to do some sort of redirect from blog1.php to blog1.php/home?

2 Apr 26, 2010 23:25

i d recommend you d stop looking for temporary solutions.. i reckon you should just get a better hosting with a proper apache configuration

3 Apr 27, 2010 21:22

I'm totally on board with that. I'd like to talk to my host and see if there's any way to fix the issue before I abandon ship with them altogether. Can you briefly explain what I should ask them to fix?

4 Apr 28, 2010 09:02

it maybe anything.. but i'd guess an apache misconfiguration rather than lack/misconfig of a php extension..it might have sth to do with mod_rewrite dunno, i am not very good with server stuff i am more of a front end guy (;

5 Apr 28, 2010 18:45

Kill the cat line from your stub file and move it to this part of your skins index.main.php

// add this section
if( is_default_page() )
{
  $cat = 15;
}
// end add

// This is the main template; it may be used to display very different things.
// Do inits depending on current $disp:
skin_init( $disp );

With a tad of luck it'll work ;)

¥

6 Apr 28, 2010 20:51

No dice. I'm going to contact my host and ask them if they can determine what the problem is. It would be good if I could give them a description of what's going on though because I'm not really even sure I'm clear on what is actually causing this issue. Can someone tell me what is NOT happening that is supposed to be happening?

7 Apr 30, 2010 21:12

I just went ahead and change the site to use multiple blogs like Yabba suggested (I think) and that seems to have fixed the problem. Thanks for everyone's help.


Form is loading...