View Single Post
Old 01-18-2017, 11:05 AM   #1400
MontyJ
Addict
MontyJ began at the beginning.
 
Posts: 224
Karma: 10
Join Date: Jul 2012
Device: Kindle
Quote:
Originally Posted by mariosipad View Post
Let's take COPS out of the equation for now and just focus on PageKite.

Can you save (with a text editor) the following code in a file named test.php:
Code:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php 
phpinfo(); 
?>
</body>
</html>
and then place this file in ./web (not just like COPS with a symlink but straight in ./web)

What do you see (does it work) when you http://192.168.xxx.xxx/test.php and http://mydomain.pagekite.me/test.php?
In both cases I got a very long page of php info, starting with "PHP Version 5.5.38".

I did save it as an html page, so if any of the info is needed, I have it.
MontyJ is offline   Reply With Quote