This problem id caused by apache setting
<Directory />
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.