redirect
how do I make it so all my pages on my website get url forwarded instead of just the index page? I don't want to have to make a rule for each and every page as my website is dynamic and new pages are always being made all the time. How do I do this?
1 Reply
What do you mean by make all pages on your website get URL forwarded instead of just the index page?
Do you mean you want it so that if someone visits your website at any path, it redirects to another domain whilst keeping that path intact?
If that is what you need, you can easily do this by setting up a Bulk Redirect and configure it as follows (make sure to add a trailing slash like below):
Source URL
https://website1.com/
Target URL https://website2.com/
And then most importantly, make sure the toggle for Subpath Matching is enabled
Once you do this, anyone who visits website1.com/abc
will be redirected to website2.com/abc