...
Navigate to http://localhost/portal and Sakai should be alive!
To make sure all traffic is server via SSL:
Code Block |
---|
#LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]
|
Comments and feedback very welcome.