Skip to content

Commit

Permalink
chore: Updated htaccess with https
Browse files Browse the repository at this point in the history
  • Loading branch information
utpal-barman committed May 1, 2024
1 parent e5849dc commit ae30ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.utpals\.com$ [NC]
RewriteRule ^(.*)$ http://utpals.com/$1 [R=301,L]
RewriteRule ^resume/?$ http://utpals.com/resume/Utpal_Barman_Resume.pdf [L,R=301]
RewriteRule ^resume/?$ https://utpals.com/resume/Utpal_Barman_Resume.pdf [L,R=301]
</IfModule>

0 comments on commit ae30ccb

Please sign in to comment.