• Hello, we cannot make the pretty permalinks to work. We have:

    In Ubuntu Apache we have edited the following two files in:

    /etc/apache2/sites-available

    default-ssl.conf
    000-default.conf

    To include:

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>

    <Directory /var/www/broseph.com.au/public_html>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
    </Directory>

    and tried to use custom/post links structure but in no avail. Any thoughts?? Thank you!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks don’t work’ is closed to new replies.