Skip to content

Commit

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

# divd.global

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


# redirect divd.global to www.divd.nl
RewriteCond %{HTTP_HOST} ^divd.global$ [OR]
RewriteCond %{HTTP_HOST} ^www.divd.global$
RewriteRule (.*)$ https://www.divd.nl/$1 [R=301,L]

0 comments on commit d2b02f0

Please sign in to comment.