Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    Site redirect

    How-to, Tutorials
    2
    3
    381
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      Jonathan Bennett last edited by

      There doesn't appear to be a way to redirect to an external site, but I need to do this from the main landing page. I attempted to use html script to do it but nearly made it to where the appdrag site itself wouldn't work... any solution for this?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • Wassim
        Wassim last edited by

        Hi,
        I don't understand what was your issue by doing it through an HTML Script?
        If you want to do it globally you can insert it from your project dashboard

        c5be1fa1-afb8-4513-bb11-b85e0af4f1f8-image.png

        And do

        <script>
        window.location.href = "https://yourwebsite.com";
        </script>
        
        J 1 Reply Last reply Reply Quote 0
        • J
          Jonathan Bennett @Wassim last edited by

          @Wassim said in Site redirect:

          <script>
          window.location.href = "https://yourwebsite.com";
          </script>

          thanks I was trying with this method:
          <meta http-equiv="Refresh" content="0; url='https://website.url'" />

          but it caused some issues.

          Thanks again 👍

          1 Reply Last reply Reply Quote 1
          • First post
            Last post