首先,请确认httpd.conf里modules部分有没有打开mod_rewrite,这是第一步,如果没有这一节,可以参考其它的modules语句
其次:在你的站点配置部份添加如下语句
<Directory /> 这里的“/”换成你的站点在服务器上的绝对路径
Options FollowSymLinks
AllowOverride all 最关键的是这里,这个“ALL”原先是“NONE”
Order deny,allow
Deny from all
</Directory>
第三,重启APACHE,不出错基本就没问题了。
再不行的话,你干脆让我远程帮你弄吧。
EasyCalcCheck Plus - Warning: The form was not found, because the template uses overrides. Please adjust the search string for the form in the file easycalccheckplus.php or delete the overrides in templates/yourtemplate/html!