I tried setting a custom permalink structure (/%category%/%postname%) but all of the posts bring up a 404 error now. Is there a way to fix this?
EDIT: I tried putting the following into .htaccess, but now it gives a 500 Internal Server error:
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
Thanks.