I encountered a problem today. When entering the URL address in the browser address bar, it must be case-sensitive to access the page normally. The website server is Linux+Apache The main reason for this phenomenon is the lack of speling module, so just load it in the corresponding system. 1. Debian system Relatively simple under Debian system 1. Find 2. Write the file The content of 3. Add 2. CentOS system It's a little annoying under centos system. 1. Check whether the system has the module 2. Load this module vi /etc/httpd/conf/httpd.conf In the module loading area, add the following line: LoadModule speling_module modules/mod_speling.so CheckSpelling on Save changes and exit Restart Apache and enter the URL again. This time it is case insensitive and can be accessed normally. You may also be interested in:
|
<<: Detailed explanation of generic cases in TypeScript
>>: A brief analysis of the usage of USING and HAVING in MySQL
Environment Preparation 1. Environment Constructi...
Usage of time difference functions TIMESTAMPDIFF ...
1. Add fields: alter table table name ADD field n...
Download image Selecting a MySQL Image docker sea...
1. Prerequisites We use the require.context metho...
Written in advance: In the following steps, you n...
Overlay network analysis Built-in cross-host netw...
Table of contents Cause of the incident Use Node ...
nginx Nginx (engine x) is a high-performance HTTP...
This article example shares the specific code of ...
Let's talk about the difference first last, t...
The preparation for the final exams in the past h...
Table of contents Preface Array.prototype.include...
<br />Original source: http://www.a-xuan.cn/...
Root directory and index file The root directive ...