Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maikverge

    (@maikverge)

    Sigh, don’t assume your /etc/apache2/apache2.conf file’s override is set to allow. Even though your brain explicitly remembers setting it, it lies.

    Anyone running into this problem, my particular case was solved by correcting this section of /etc/apache2/apache2.conf

    <Directory /var/www/>
         Options Indexes FollowSymLinks
         AllowOverride All
        Require all granted
    </Directory>

    AllowOverride was set to None

    Thread Starter maikverge

    (@maikverge)

    No custom permalinks work now, but at least the default does.

Viewing 2 replies - 1 through 2 (of 2 total)