Here’s a couple of things you can do to check if WordPress permalinks is not working.

  1. Make sure .htaccess has the right permissions.
  2. Make sure a2enmod Apache module is enabled.
  3. Restart the Apache server.
<pre lang="bash">chmod 664 /var/www/domain.com/.htaccess
a2enmod rewrite
systemctl restart apache2