I'm trying to set up a web server under Debian, with Apache2, and i don't understand the configuration. IThe original setup for Debian and Apache2 has /var/www as the root of the web server. I've created a number of folders below it for individual packages, such as:
/var/www/phpmyadmin /var/www/phpmyedit /var/www/mediawiki /var/www/phpbb3 These all work fine. Now I'm trying to move the default document root to /var/www/website, and that's where the problem is coming in. I can read/display the index.html file from http://localhost/ , but I cannot read/display *.php from it. All I'm getting from any php files is the HTML; the php appears to not be executing. PHP is loaded properly, or phpmyadmin, phpmyedit, mediawiki, and phpbb3 wouldn't work, and they do. So it's a configuration problem. Anyone care to walk me through checking permissions and configuration files, starting with a default document root of /var/www/website and intending to serve out html and process PHP files from all folders below that? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1334625262.5399.0.ca...@debian.wiredisp.com