@tapeboy929: At the moment, I’m trying to get WP working from a localhost. The <?php phpinfo(); ?> is executed correctly.
@ apljdi: I’ve looked on this thread but I couldn’t find the sequence. Do I just have to add it somewhere? … I did find some similar sequences:
<IfModule mod_userdir.c>
UserDir Sites
</IfModule>
and:
<IfModule mod_dir.c>
DirectoryIndex index.html
</IfModule>
and:
<IfModule mod_mime.c>
TypesConfig /private/etc/httpd/mime.types
</IfModule>
and:
<IfModule mod_mime_magic.c>
MIMEMagicFile /private/etc/httpd/magic
</IfModule>