Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
== Create a redirect from HDA to secured HDA ==
Modify /etc/httpd/conf.d/01-platform.conf and go down to the rewrite rules. Below the last rewrite rule just before the line "# this was only for FCGI" put the following code.
{{Text|<nowiki>RewriteCond %{HTTPS} !=on</nowiki>
<nowiki>RewriteRule ^(.*) https://%{SERVER_NAME}$1 [R,L]</nowiki>}}
61

edits