Skip to content

Instantly share code, notes, and snippets.

@rafhaelhp
Created May 24, 2019 22:11
Show Gist options
  • Save rafhaelhp/dabccf99be6de5ef6788e4f7819092aa to your computer and use it in GitHub Desktop.
Save rafhaelhp/dabccf99be6de5ef6788e4f7819092aa to your computer and use it in GitHub Desktop.
htaccess customizado para WC Market
## WC HTTPS Redirect
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^\/uploads\/.*?$
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment