Skip to content

Commit 1a7b68c

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent 99a6896 commit 1a7b68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
##Force SSL
2323
RewriteCond %{HTTPS} !=on
2424
RewriteCond %{HTTP:X-Forwarded-Proto} !https
25-
RewriteCond %{HTTP_HOST} ^hsbo.herokuapp.com
26-
RewriteRule ^(.*)$ https://hsbo.herokuapp.com/$1 [R,L]
25+
RewriteCond %{HTTP_HOST} ^laravel-react-admin.herokuapp.com
26+
RewriteRule ^(.*)$ https://laravel-react-admin.herokuapp.com/$1 [R,L]
2727
</IfModule>

0 commit comments

Comments
 (0)