Skip to content

Commit

Permalink
Disable https for a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlongren committed Aug 28, 2015
1 parent ccc6bc8 commit 0c441ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .htaccess
Expand Up @@ -3,7 +3,7 @@
#RewriteRule . index.php [L]

# BEGIN HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# END HTTPS
#RewriteEngine On
#RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# END HTTPS

0 comments on commit 0c441ad

Please sign in to comment.