Home  >  Article  >  Operation and Maintenance  >  Make linux case insensitive

Make linux case insensitive

王林
王林Original
2020-01-10 16:10:152959browse

Make linux case insensitive

1. Load the mod_speling module:

sudo ln -s /etc/apache2/mods-available/speling.load   /etc/apache2/mods-enabled/speling.load

2. Open the module: (Online video tutorial sharing: linux video tutorial)

# Add the last line of ##httpd.conf

CheckSpelling on

3. Restart apache

Recommended related articles and tutorials:

linux tutorial

The above is the detailed content of Make linux case insensitive. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn