View Single Post
Old 09-04-2016, 07:24 PM   #1337
KnnNike
Junior Member
KnnNike began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2016
Device: Kobo Aura H2O
Quote:
Originally Posted by mariosipad View Post
Make a file test.php containing:
Code:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php 
phpinfo(); 
?>
</body>
</html>
Put test.php in /website/cops
Then in a browser http://www.customdomain.com/website/cops/test.php

What happens? And what happens if you put the file test.php in /website ?
In both cases I get the correctly loaded php info/config page.

So this would indicate that there is a problem with one of the files in my "cops" folder, correct? Does it also mean that my php/apache installation is not at fault?
KnnNike is offline   Reply With Quote