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
-
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/page1I 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
-
@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>