I install Magento on my VPS.
There are two lines of code in .htaccess
Options +FollowSymLinks
RewriteEngine on
Internal server error will appear when visiting the website.
If I delete "Options +FollowSymLinks", the website is working fine.
Will deleting this line of code cause security problems? Is there any other code that can replace it and ensure the website works normally?
thank you!