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
introduction Xiao A was writing code, and DBA Xia...
Unlike other types of design, web design has been ...
1. Single row overflow 1. If a single line overfl...
Let’s not start with the introduction and get str...
From today on, I will regularly organize some smal...
Check the Python version python -V If it is below...
Software Version Windows: Windows 10 MySQL: mysql...
Table of contents 1. Description of functions in ...
Preface For a long time, the application and lear...
Preface Everyone knows that the partition field m...
Table of contents First we need to build the page...
Table of contents Preface Background Implementati...
Abstract: Many companies, even most companies whos...
The previous article introduced how Vue can reali...