Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanBigOne committed Sep 8, 2018
2 parents 48530cf + e8c2fe8 commit b35e7d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ That's all...

## Versions

#### 1.1.4
- update htaccess : "force" HTTPS

#### 1.1.3
- License

Expand Down
5 changes: 5 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
RewriteEngine on

RewriteCond %{HTTP_HOST} ^jugementmajoritaire\.net [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

RewriteBase /

#Redirection Fastroute
Expand Down

0 comments on commit b35e7d1

Please sign in to comment.