We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb34616 commit d40b97dCopy full SHA for d40b97d
src/Dummy/dummyHtaccess.php
@@ -1,10 +1,5 @@
1
<IfModule mod_rewrite.c>
2
3
- # Mod security
4
- <IfModule mod_security.c>
5
- SecFilterScanPOST Off
6
- </IfModule>
7
-
8
# page speed
9
<IfModule pagespeed_module>
10
ModPagespeed on
@@ -114,6 +109,17 @@
114
109
</filesMatch>
115
110
</IfModule>
116
111
112
+ # Mod security
113
+ <IfModule mod_security.c>
+ SecFilterScanPOST Off
+ </IfModule>
+
117
+ # Mod Speling
118
+ <IfModule mod_speling.c>
119
+ CheckCaseOnly On
120
+ CheckSpelling On
121
122
123
# Start Engine
124
RewriteEngine On
125
0 commit comments