Hi ,
We are looking if we can have webflow act as an landing page and at the same time have redirects to our already published site which is made using laravel. The point is both should have same domain.
I have heard of reverse-proxy but not exactly sure on how it can be done when we use laravel and webflow.
About the export of homepage to laravel server does that mean any changes made using the Designer will be effected automatically or shud we re upload the webflow built site all over again to see the changes made using webflow?
Think of a reverse-proxy setup like a post office. Some PO boxes will get auto-forwarded to houses. Others will get forwarded to apartments or businesses. Others will just sit and collect mail for someone to pick up. You get to decide all of those rules.
So / goes to webflow.
And /* goes to Laravel
From the user’s perspective they’re just company.com URLs. But setup can take some work to get right. You’ll need to do some research here to discover the best approach for your situation.