User Tools

Site Tools


services:linuxserver:temp

symlinks

After moving the

  • Edit the Apache2 config file
    pico /etc/apache2/apache2.conf
  • Find these lines and make sure they read:
    <Directory /var/www/>
       Options Indexes FollowSymLinks
       AllowOverride All
       Require all granted
    </Directory>
     
    <Directory /var/www/html/>
       Options Indexes FollowSymLinks
       AllowOverride All
       Require all granted
    </Directory>
  • Save changes and restart Apache2
    /etc/init.d/apache2 restart
services/linuxserver/temp.txt · Last modified: 2021/11/20 15:44 by 127.0.0.1