Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

force https #29

Open
chef-danny-d opened this issue Dec 10, 2018 · 1 comment
Open

force https #29

chef-danny-d opened this issue Dec 10, 2018 · 1 comment
Assignees
Labels
backlog items need to be done at some point outside of the codebase bug Something isn't working help wanted Extra attention is needed
Projects

Comments

@chef-danny-d
Copy link
Owner

RewriteCond %{HTTP_HOST} isaacthomasmusic\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.isaacthomasmusic.com/$1 [R,L]
@chef-danny-d chef-danny-d added bug Something isn't working backlog items need to be done at some point outside of the codebase labels Dec 10, 2018
@chef-danny-d chef-danny-d self-assigned this Dec 10, 2018
@chef-danny-d chef-danny-d added this to To do in General via automation Dec 10, 2018
chef-danny-d added a commit that referenced this issue Jan 30, 2019
- closed issue #29
- closed issue #14 
- changed data being pulled to fit client needs
@chef-danny-d
Copy link
Owner Author

RewriteEngine On
RewriteCond %{HTTP_HOST} isaacthomasmusic\.com [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.isaacthomasmusic.com/$1 [R,L]

won't fix the issue

@chef-danny-d chef-danny-d added the help wanted Extra attention is needed label Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog items need to be done at some point outside of the codebase bug Something isn't working help wanted Extra attention is needed
Projects
General
  
To do
Development

No branches or pull requests

1 participant