Try change
This commit is contained in:
parent
43eec1510f
commit
a0342ca22a
|
@ -1,3 +1,8 @@
|
|||
|
||||
<IfModule mod_alias.c>
|
||||
Redirect /docs/wiki/ https://wiki.rusefi.com
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
|
@ -7,9 +12,3 @@ RewriteRule docs/wiki/$ /Home [R]
|
|||
RewriteCond %{HTTPS} !=on
|
||||
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
||||
</IfModule>
|
||||
|
||||
|
||||
<IfModule mod_alias.c>
|
||||
Redirect /docs/wiki$ https://wiki.rusefi.com
|
||||
Redirect /docs/wiki/$ https://wiki.rusefi.com
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in New Issue