Replace your .htaccess content on your installation directory with the following text:

Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ([^/\.]+)/?$ index.php?p=$1 [QSA,L]