Also.. PHP läuft als Modul. Ich habe jetzt folgendes ausprobiert:
In die vhost.conf (die eingebunden wird - das hab ich ausprobiert, indem ich ein Verzeichnis testhalber gesperrt hab [Deny from All]) habe ich folgende Zeilen eingefügt:
<Directory /var/www/vhosts/(domain.tld)/subdomains/(subdomain)/httpdocs>
Options +FollowSymLinks -SymLinksIfOwnerMatch
</Directory>
<Directory /var/www/typo3>
Allow from All
</Directory>
Im Verzeichnis /var/..../(subdomain)/httpdocs liegt ein Symlink typo3_src, der auf /var/www/typo3/typo3-[versionsnr] deutet. Er gehört der Servergruppe (psacln) an. In /var/www/typo3/typo3-[versionsnr] liegt eine Datei test.html. Diese habe ich testhalber mit chmod a+rwx "behandelt". Der Document-Root des vhosts deutet auf /var/...../(subdomain)/httpdocs. .htaccess-Dateien habe ich alle in _.htaccess umbenannt, damit sie da nicht "reinfunken". Wenn ich nun (subdomain.domain.tld)/typo3_src/test.html im Browser aufrufe, bekomm ich immer noch ein 403 Forbidden zurück. Woran kann das nun noch liegen?
Gruß aus Mainz
Mathis