Some reasons why the error 404 not found appears when the permalink are changed

Connect via ssh or FTP to your Raspberry Check the file /etc/apache/apache2.conf Modify « AllowOverride » changing « None » with « All » <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride All Require all granted</Directory> Restart apache : sudo service apache2 restart