Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed Dec 14, 2022
1 parent deb1867 commit c6240fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ RewriteRule ^divd.fund/(.*) /$1/ [L,r=301]

# divd.global

# recirect divd.fund to www.divd.nl
# recirect divd.global to www.divd.nl
RewriteCond %{HTTP_HOST} divd\.global$ [NC]
RewriteRule (.*) https://www.divd.nl/$1 [r=301,L]
RewriteRule (.*) https://www.divd.nl/$1 [Gr=301,L]


0 comments on commit c6240fe

Please sign in to comment.