[solved] blank page
Posted: Fri Oct 28, 2011 11:18 pm
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
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