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.

    SOLVED Redirection Homepage

    General Discussion
    2
    2
    174
    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.
    • G
      Gilles DOGNON last edited by

      Hello,

      I would like to redirect my main domain (i.e. my home page) to a sub-page.

      Example:
      new.domain.com -> new.domain.com/page1

      I want a visible redirection and not to transform my page /page1 into a page at the root of my domain.

      I tried several things in the redirection tool, but it doesn't work.

      Does the tool allow this?

      Thank you

      Joseph Benguira 1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira @Gilles DOGNON last edited by

        @gilles-dognon our URL redirect won't support this ... but ...
        in your page you can drop a block of javascript code and type this in it to do the redirect:

        <script>
            window.location.href = 'https://new.domain.com/page1';
        </script>
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post