wordpress permanant link not working

less than 1 minute read

This problem id caused by apache setting

Options FollowSymLinks AllowOverride None </Directory>

you may have this setting in your http.conf or virtualhost config file something like %APACHE_HOME%/sites-available/{wordpress_conf}

delete it.

and restart your apache

$ sudo service apache restart

problem may be solved.