Skip to content

Commit 641b5d8

Browse files
authored
Merge pull request #11 from fsenaweb/draft
Redirecionamento da página HTTPS
2 parents cdb7672 + 2835696 commit 641b5d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RewriteEngine On
2+
RewriteCond %{HTTPS} off
3+
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
"@context": "http://schema.org"
4545
}
4646
</script>
47-
<script>
48-
window.location.href = "https://www.webdevrn.org/";
49-
</script>
5047
</head>
5148

5249
<body class="default bg" style="background: #f5ce3e;">

0 commit comments

Comments
 (0)