We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a6896 commit 1a7b68cCopy full SHA for 1a7b68c
public/.htaccess
@@ -22,6 +22,6 @@
22
##Force SSL
23
RewriteCond %{HTTPS} !=on
24
RewriteCond %{HTTP:X-Forwarded-Proto} !https
25
- RewriteCond %{HTTP_HOST} ^hsbo.herokuapp.com
26
- RewriteRule ^(.*)$ https://hsbo.herokuapp.com/$1 [R,L]
+ RewriteCond %{HTTP_HOST} ^laravel-react-admin.herokuapp.com
+ RewriteRule ^(.*)$ https://laravel-react-admin.herokuapp.com/$1 [R,L]
27
</IfModule>
0 commit comments