我在lmde2上使用apache 2.4(Linux-Mint-Debian2)。
如果我尝试加载这样的脚本:“/ var / www / html / site1 / sites /weiteres.php”
Apache生成如下链接:“http://localhost/site1//var/www/html/site1/sites/weiteres.php”。也许错误发生在这里://
这是正确的:“http://localhost/site1/sites/weiteres.php”。
我的apache2.conf在“/etc/apache2/apache2.conf”中激活了这个:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
但是根目录是“/ var / www / html /它看起来必须有另一个配置文件。