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
It is very easy to delete a table in MySQL, but y...
Need to know how many days there are before an im...
Preface: In the MySQL system, there are many diff...
This article shares the specific code of jQuery...
Installing Electron cnpm install electron -g Inst...
On CentOS 7, when we map the host port to the con...
Table of contents Preface Introduction to Closure...
Many times, we expect the query result to be at m...
When insert into employee values(null,'張三'...
Preface I wrote a few examples using vue3, and I ...
This article is just to commemorate those CSS que...
Database MySQL version 8.0.18 Download a DBeaver....
Docker supports running on the following CentOS v...
Table of Contents Introduction Synchronous Asynch...
There are two installation methods for MySQL: msi...