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
[solved] blank page
Re: blank page
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
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
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
-
- Forum Members
- Posts: 19
- Joined: Thu Sep 08, 2011 11:33 am
Re: blank page
yes, thank you, I did that and it works fine now.
Thanks again for the help..
Thanks again for the help..