Is it possible to use Webflow as a landing page and have redirects to a Laravel-created site on the same domain without using a subdomain?

Published on
September 22, 2023

Yes, it is possible to use Webflow as a landing page and have redirects to a Laravel-created site on the same domain without using a subdomain. Here's how you can achieve this:

  1. Set up your domain: First, make sure you have the domain connected to your Webflow site. You can do this by accessing your Webflow project settings and adding your domain under the Hosting tab.

  2. Create your landing page in Webflow: Use the Webflow designer to create your landing page. You can easily design and customize the layout, add images and content, as well as create forms or any other interactive elements you need for your landing page.

  3. Set up a redirect: To redirect visitors from your Webflow landing page to the Laravel-created site, you can use the Webflow Redirects feature. Go to the Project Settings in your Webflow dashboard, navigate to the Hosting tab, and scroll down to find the Redirects section. Click on "Add new redirect" and enter the URL path you want to redirect from (e.g., "/landing") and the destination URL of your Laravel site (e.g., "https://www.example.com").

  4. Test your redirect: After setting up the redirect, it's essential to test it to ensure that it's working correctly. Open a new browser tab and enter the URL of your Webflow landing page (e.g., "https://www.example.com/landing"). It should automatically redirect to your Laravel site's URL.

By following these steps, you can use Webflow as a landing page and have seamless redirects to your Laravel-created site on the same domain without the need for a subdomain. This allows you to leverage the flexibility and design capabilities of Webflow while seamlessly integrating with your Laravel application.

Additional Questions:

  1. How do I set up a custom domain in Webflow?
  2. Can I host my Laravel site on Webflow?
  3. Can I create multiple redirects in Webflow?