记得之前记下了,咋没找到,再写一次
找到apache配置文件httpd.conf
在文件最后添加如下代买
CheckSpelling on
貌似要mod_speling支持,我的apache只在配置文件中添加如上代码就好了
update 2013-08-26
如果报错
Invalid command 'CheckSpelling', perhaps misspelled or defined by a module not included in the server configuration
请找到如下行,去掉注释
LoadModule speling_module modules/mod_speling.so