[solved] blank page

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
bibliopegist
Forum Members
Forum Members
Posts: 19
Joined: Thu Sep 08, 2011 11:33 am

[solved] blank page

Post 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
carasmo
Power Poster
Power Poster
Posts: 506
Joined: Thu Feb 08, 2007 6:11 pm

Re: blank page

Post 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.
wib
Forum Members
Forum Members
Posts: 13
Joined: Sat Oct 29, 2011 4:55 pm

Re: blank page

Post 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
bibliopegist
Forum Members
Forum Members
Posts: 19
Joined: Thu Sep 08, 2011 11:33 am

Re: blank page

Post by bibliopegist »

yes, thank you, I did that and it works fine now.
Thanks again for the help..
Locked

Return to “[locked] Installation, Setup and Upgrade”