- From the command line, type sudo su to get root privileges.
- nano /etc/apache2/mods-available/speling.conf
- Type CheckSpelling on and hit ctrl-x, y to exit and save the file.
- type a2enmod and then speling and hit enter.
- type /etc/init.d/apache2 reload to reload apache.
- Mistype a url to test it.
步骤:
vim /etc/apache2/mods-available/speling.conf
输入 CheckSpelling on 到speling.conf文件中,并保存退出
输入a2enmod speling,回车载入模块
重启apache2
步骤不要搞错了。
http://keystoneit.wordpress.com/2007/02/19/making-apache-case-insensitive/