Recent Topics

1 Nov 24, 2007 13:13    

Hi there.

I have just installed version 2.1.0 and I have the following problem:

In order for me to load my default blog I need to key in "www.mysite.com/index.php" instead of just "www.mysite.com".

When I key in "www.mysite.com", the page telling me that I have not set my default blog loads. After setting my default blog in the admin area, I still face the same problem. I still need to key in "www.mysite.com/index.php" to access the default blog page.

What should do so that when I key in "www.mysite.com" in my browser, my default blog page would load.

Thanks for help... :)

2 Nov 24, 2007 17:04

A URL would help us see exactly what's going on, but it sounds like a webserver thing, and not a b2evo thing... First thing that comes to mind is that index.php is not set up to be a default index page, probably only index.html is set up as a default page...

Something like this in your .htaccess file will probably work...

DirectoryIndex index.php index.html

placed at the top of the file...

jj.


Form is loading...