Alterar
Options +FollowSymLi2nks
para
Options +FollowSymLinks
Estou tentando usar o mecanismo de reescrita no Apache. Este é meu .htaccess
<IfModule mod_rewrite.c>
Options +FollowSymLi2nks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,R=301,L,NC]
</IfModule>
Não entendo por que isso está gerando um erro 500 no apache.
Alterar
Options +FollowSymLi2nks
para
Options +FollowSymLinks