Skip to content

Commit

Permalink
Merge pull request #237 from HBO-i/feat/http-redirect
Browse files Browse the repository at this point in the history
Update htaccess with https redirect
  • Loading branch information
jochemvogel authored Jul 30, 2024
2 parents c97138d + 5d7f3d7 commit 48ee230
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Redirect 301 /Methods /
Redirect 301 /Main_Page /
Redirect 301 /The_DOT_Framework /dot-framework/
Expand Down

0 comments on commit 48ee230

Please sign in to comment.