2
Auf Dateien im Alias-Ordner kann nicht zugegriffen werden
In meiner apache2.conf habe ich ein Alias-Setup wie folgt: Alias /cake/ /var/www-cake/repo <Directory /var/www-cake/repo> Order allow,deny Allow from all AllowOverride All Options +Indexes </Directory> Im Verzeichnis / var / www-cake / repo habe ich nur 1 Datei index.php Wenn ich zu http: // linux-server / cake / gehe, erhalte ich …
7
apache2