Can’t get pretty permalinks to work without index.php

Sigh had to add this to the httpd.conf file on the webserver:

<Directory /var/www/>
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>

First time I have to add it manually, oh well it works fine now 🙂