htaccess的选项+的FollowSymLinks给我500内部服务器错误给我、选项、错误、服务器

2023-09-02 09:39:06 作者:浅忆那①瞬间

这htaccess的是工作,那么我只要打开它,然后关闭。当我刷新我的浏览器。这是500内部服务器错误。我敢肯定,我的mod_rewrite的是。

This htaccess was working, then i just open it and then close. when i refresh my browser. it's 500 internal server error. I'm sure that my mod_rewrite is on.

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).html$ index.php?page=$1 [L,QSA]

难道我做错了吗?或者有什么建议或意见?

Did i do something wrong here? or any suggestions or comments?

推荐答案

请确保您拥有的 的AllowOverride选项的权限中使用的 选项

Make sure you have AllowOverride Options privileges to use Options.