what kind of problem is this?

Junpoy

Regular Member
Joined
Aug 8, 2010
Messages
338
Reaction score
9
I can't open any website, blog and etc to browser..

see the picture below...

9601l0.jpg


it was started when I think I finish installing .net v4 and sick submitter trial version


why?
 
Look for an index.php/index.html file and have a look through them. One of them probably just has "phpinfo();" in it, this function outputs what you see in the screenshot.
 
where to find that? if I found that, what next to do?
 
Well that's just the default or something, you probably installed the trial in a subfolder.
 
sorry, I do not understand. If you have time, please give me more idea on how to do it.

thanks in advance,
 
sorry, I do not where is that sub folder you mean.
 
Last edited:
I don't know either. Check the manual for the trial or ask their support.
 
OP, do you have a place where you can look at all of the files and folders on your server? It's probably called "file manager" in your cpanel or something like that.

Go to the public_html or www folder. Look for an index.html or index.php file. That's what your website loads by default when it tries to run your website. It looks like the code line:

<?php phpinfo() ?>

Is somewhere in that file. It needs to be removed. But as the other poster pointed out, you probably did the installation slightly wrong and put it in the wrong folder for your website to run properly.

Hope that helps.
 
Back
Top