@cameron_walter
In Magento, you can redirect a URL using the following steps:
- Log in to your Magento admin panel.
- Go to Stores > Configuration.
- Under the General section, click on Web.
- Open the URL Options tab.
- Set Auto-redirect to Base URL to Yes.
- Save the configuration.
This setting will automatically redirect any non-www URLs to www URLs or vice versa based on your preference.
If you want to create specific URL redirects, you can do so by following these steps:
- Go to Marketing > SEO & Search.
- Open the URL Rewrites tab.
- Click on Add URL Rewrite.
- Select Custom from the Create URL Rewrite dropdown menu.
- Choose the store view where you want the redirect to be applied.
- Fill in the requested information:
Request Path: Enter the old URL path that needs to be redirected.
Target Path: Enter the new URL path to which the old URL will be redirected.
Redirect Type: Choose the type of redirect (Permanent, Temporary, or Custom).
Description: Add a brief description for your reference.
- Click on Save.
After saving the changes, the old URL will be redirected to the new URL that you specified in the redirect.