wordpress permalinks not working
Here’s a couple of things you can do to check if WordPress permalinks is not working.
- Make sure .htaccess has the right permissions.
- Make sure a2enmod Apache module is enabled.
- Restart the Apache server.
chmod 664 /var/www/domain.com/.htaccess
a2enmod rewrite
systemctl restart apache2