Please Help Me

Dear friends,

I dont know where to post this thread but i have a serious problem.

I have transfered my website from one host to another.

And my site uses phpbb.

But after transfering the site the post,forum and user all appears as it is but when i open the homepage it does not show anything.

For eg:
Homepage: http://www.mixmaxworld.com does not open
But
But i am able to browse http://www.mixmaxworld.com/antivirus-keys/

Also when i add http://www.mixmaxworld.com/index.php?side=something, i am able to browse the website.

So, please help me. I should be able to open http://mixmaxworld.com directly.

Is there anything you can do?

Please Admin, I am not advertising my website. I m in need of help.

Thank you

A blank page means that some fatal error in the process
To show the actual error
try to activate debug in config.php, by replacing :

// @define(‘DEBUG’, true);
// @define(‘DEBUG_EXTRA’, true);

with :

@define(‘DEBUG’, true);
@define(‘DEBUG_EXTRA’, true);

if you are not getting any errors it can be typo error in php file like improper tags etc.
If you are able to see the error you can investigate further

Please check the error log file on your server.