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 ?