cat /etc/issue
Welcome to openSUSE 12.1 "Asparagus" - Kernel \r (\l).
When Apache serves me /srv/www/htdocs/phpinfo.php I get the expected output, but if I move it to /srv/www/htdocs/test/phpinfo.php suddenly Apache serves me the PHP code directly in the browser, like Apache doesn't recognize (or more likely, ignores) that it's PHP code at all.
What can I do to troubleshoot this? I've tried googling around a bit and I'm fairly certain it has to do with the Apache settings, but I don't know where to start. Any help is greatly appreciated.