Yesterday, i get trouble when i change url in permalink wordpress. Like this :
For the solution, you must activate module ‘rewrite’ in apache.
‘rewrite’ used for creating ‘url friendly’ like image above.
Steps :
1. Login via ssh using username ‘root’.
2. Then type below for activate module ‘rewrite’
sudo a2enmod rewrite
3. Restart your apache
service apache2 restart