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.
2 parents b4cedf6 + ac7b17c commit be9ba7bCopy full SHA for be9ba7b
deps-packaging/apache/httpd.conf
@@ -259,10 +259,6 @@ SetHandler "proxy:fcgi://127.0.0.1:9000"
259
<IfModule rewrite_module>
260
RewriteEngine On
261
262
- # Force https with redirection
263
- RewriteCond %{HTTPS} off
264
- RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
265
-
266
# redirect from `index.php/path` to `/path`
267
RewriteCond %{REQUEST_URI} !(.*)/api/(.*) [NC] #do not apply redirect to internal APIs for backward compatibility
268
RewriteCond %{THE_REQUEST} /index\.php/(.+)\sHTTP [NC]
0 commit comments