I have PHP4 installed in Debian, and I can execute the php info script:
but it only works in my apache root folder. Meaning any other sub folder I create in /var/www won't execute php files. It has to be in that folder to work. Someone help please!Code:<?php phpinfo(); ?>