Skip to content

Commit

Permalink
Merge pull request #17 from PHPcomRapadura/forcing-https
Browse files Browse the repository at this point in the history
forcing HTTPS
alessandrofeitoza authored Nov 8, 2019
2 parents a9884e3 + c5d494a commit 0f7c93e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%conference.phpcomrapadura.org/$1 [R,L]

0 comments on commit 0f7c93e

Please sign in to comment.