1

I am trying to use the Rewrite Engine in Apache. This is my .htaccess

<IfModule mod_rewrite.c>
Options +FollowSymLi2nks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$  index.php [QSA,R=301,L,NC]
</IfModule>

I don't understand why this is throwing a 500 error in apache.

1 Answers1

0

Change

Options +FollowSymLi2nks

to

Options +FollowSymLinks