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
Before, I had built WordPress myself, but at that...
Cancel the icon 1 in front of ul li Clear Value 1 ...
one, G:\MySQL\MySQL Server 5.7\bin> mysqld --i...
Copy code The code is as follows: <span style=...
Introduction The module that limits the number of...
Table of contents 1. Automatic installation using...
Docker includes three basic concepts: Image: A Do...
Diversifying website layouts is our front-end spe...
Only display Docker container mount directory inf...
<body> <div id="root"> <...
Preface MySQL supports multi-threaded replication...
Table of contents 1. Sub-route syntax 2. Examples...
GitHub address, you can star it if you like it Pl...
To see the effect directly, a right-click menu ha...
Preface I believe that everyone has had a simple ...