haizone's avatar

laravel subdomin in aws

hi i have a site with ssl (https)

and i whant to make a subdomain witout ssl only http

how i do that

i use laravel aws route 53 for the domain

i make a route in my laravel up and upload the php file but the sumdonain dosnt work

what i need to do to fix that? i need step by step how to make that works

thanks

0 likes
3 replies
bobbybouwmann's avatar

Is that subdomain running in the same application? If so you need to handle this on the server side, because you need to make sure that the subdomain is not added to the SSL group. You probably use nginx, so you need to handle that in there.

How is your current server setup?

bobbybouwmann's avatar

Mmh.. I don't see anything strange. I'm not an expert in this though!

Please or to participate in this conversation.