Domain redirects to HTTPS without SSL certificate in Laravel project

I have no SSL certificate so I just trying to run the website on the http://. My website is running well with the IP address but it is redirecting to https:// instead of sticking with http:// when I am trying to access it through the Domain name.

Also my website is not running without .htaccess at root path which contains follwing lines. As per my knowledge, Laravel will run through public/index.php and public/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]

Server: Hostinger VPS,
Domain provider: Godaddy

Website: http://suud.app