为了账号安全,请及时绑定邮箱和手机立即绑定

打开 rewrite.so 之后 刷新页面报下面的错误信息



Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 8585


正在回答

1 回答

复制下面代码替换 .htaccess文件中的代码即可。问题原因:空格没有打出来

<Ifmodule mod_rewrite.c>

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

</Ifmodule>


6 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
快速入门ThinkPHP框架—理论篇
  • 参与学习       89139    人
  • 解答问题       562    个

快速入门ThinkPHP框架教程,掌握ThinkPHP的理论基础

进入课程

打开 rewrite.so 之后 刷新页面报下面的错误信息

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信