Permalink not working in ubuntu 20

Hello guys, don’t worry lets have a fun to solve this issue! ha ha ha.

First open up your terminal and type the following command to edit the apach2.conf file.

sudo vim /etc/apache2/apache2.conf

Change the AllowOverride value to ‘All’ from ‘none’ in section as bellow.

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
  </Directory>
sudo a2enmod rewrite
sudo systemctl restart apache2

That’s it.

32 thoughts on “Permalink not working in ubuntu 20

  1. I also run a site and if you want to ever serious in a little bit of guest writing for me if possible feel free to let me know, im always appear for people to test out my site

  2. Güzel aydınlatıcı makale için teşekkürler daha iyisi samda kayısı umarım faydalı çalışmalarınızın devamı gelir.

Leave a Reply

Your email address will not be published.