PHP returns PX1 on .uni.cc but works on .x10hosting.com

Status
Not open for further replies.

Krzys123

New Member
Messages
8
Reaction score
0
Points
0
Hello! This is my first post so please be gentle :). I am also very new to PHP (a lethal combination, I know...). I have a problem with the following PHP script (uploaded as 'test.php' to 'public_html'):

<html>
<body>
TESTME!
<?PHP
phpinfo();
?>

</body>
</html>

If you go to
www.cash4games.x10hosting.com/test.php
everything works. If you try it on:
www.cash4games.uni.cc/test.php
it displays 'PX1'. I think I have configured my .uni.cc domain correctly (HTML page works correctly).

What am I doing wrong and what does this 'PX1' mean?
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
cash4games.uni.cc doesnt appear to be our servers - as a result it could be they replaced the phpinfo page with that.
 
Status
Not open for further replies.
Top