Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter 01newbie

    (@01newbie)

    I managed to get this working
    Reference for anyone else who has the same issue.

    Apache uses /etc/apache2/apache2.conf as well as the enabled-sites
    add the following to apache2.conf

    <Directory /path/to/blogsite/>
    Options FollowSymLinks
    AllowOverride All
    Require all denied
    <Directory>

    (change /path/to/blogsite/ to your own path)

Viewing 1 replies (of 1 total)