Skip to content

Commit

Permalink
Regra HTACESS servidor de producao
Browse files Browse the repository at this point in the history
  • Loading branch information
fssromulo committed Apr 7, 2018
1 parent 5c127f7 commit f58487d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions regra_acesso_htpps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

0 comments on commit f58487d

Please sign in to comment.