Page 1 of 1

[solved] blank page

Posted: Fri Oct 28, 2011 11:18 pm
by bibliopegist
upgrading to 1.10 gave me a blank home page . The default on this version of cms defaults the home page to foo.com/index.php instead of foo.com
I added this line in .htaccess
RedirectMatch ^/$ /index.php
and the home page is displayed again. What should I do to default the home page back to the old version of cms, that is foo.com as I don't care much for the redirect.
I am on a centos5 server with fastcgi enabled.

Thanks.

Denis

Re: blank page

Posted: Wed Nov 02, 2011 12:53 am
by carasmo
I am not familiar with that server, but did you look in the docs folder/directory for v 1.10 to see the htaccess.txt file and use that one for the new install? My install of 1.10 didn't redirect to index.php.

Re: blank page

Posted: Wed Nov 02, 2011 5:05 pm
by wib
I have had same error.

With DirectoryIndex index.php in .htaccess

my page worked again.

Don't know why it worked with 1.9.x.y an before without using "DirectoryIndex"

Best regards

DW

Re: blank page

Posted: Thu Nov 03, 2011 11:21 am
by bibliopegist
yes, thank you, I did that and it works fine now.
Thanks again for the help..