Changes

From Amahi Wiki
Jump to: navigation, search
ProxyPassReverse / http://hda:10000/</pre>
<pre>RedirectPermanent / http://hda:10000</pre>
* Redirect Webapp to SSL (add below ServerAlias):
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) <nowiki>https://%{HTTP_HOST}:10000</nowiki> [R,L]
===Custom .htaccess File===
12,424

edits