Search found 3 matches

by urteam
Mon Oct 08, 2018 8:07 pm
Forum: Installation and configuration
Topic: After logging in, it does not redirect to https
Replies: 4
Views: 4290

Re: After logging in, it does not redirect to https

Thank you
I had to change RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] to RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] because it duplicates www.
After changing the rule I received a too many redirects error.
by urteam
Mon Oct 08, 2018 2:27 pm
Forum: Installation and configuration
Topic: After logging in, it does not redirect to https
Replies: 4
Views: 4290

Re: After logging in, it does not redirect to https

Hello, Thank you. Due to your request I noticed that in root folder there is a .htaccess file, but where Formalms is installed at, (htdocs/formalms/) there is other file. So the first file is: Options -Indexes The second one is this: Options -Indexes #no need to follow symbolic links in standard ...
by urteam
Fri Oct 05, 2018 1:57 pm
Forum: Installation and configuration
Topic: After logging in, it does not redirect to https
Replies: 4
Views: 4290

After logging in, it does not redirect to https

Hello, We have been Docebo users since 2008 but noticed that an upgrade was necessary, so we have recently downloaded and installed FormaLms Version 2.0. It looks great. During the installation we set the URL with "https". We’ve been dealing with the .htaccess file so the URL resolves correctly with ...