Quote:
Originally Posted by mariosipad
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?