We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sitecore.NET 8.1 (rev. 160519)
I am trying to set up a redirect rule to redirect every page from one url to another url with the same sub-page pathing.
EX: Rule 1 where the URL contains https://websiteexample.com replace the static https://websiteexample.com with the static https://differentwebsite.com
Response Status Code [standard value]: 301 Moved Permanently
I want it to function so no matter what sub-page I am on, the redirect still works.
EX: input domain: https://websiteexample.com/AboutUs.aspx redirects to: https://differentwebsite.com/AboutUs.aspx
This currently does not function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sitecore.NET 8.1 (rev. 160519)
I am trying to set up a redirect rule to redirect every page from one url to another url with the same sub-page pathing.
EX:
Rule 1
where the URL contains https://websiteexample.com
replace the static https://websiteexample.com with the static https://differentwebsite.com
Response Status Code [standard value]: 301 Moved Permanently
I want it to function so no matter what sub-page I am on, the redirect still works.
EX:
input domain: https://websiteexample.com/AboutUs.aspx
redirects to: https://differentwebsite.com/AboutUs.aspx
This currently does not function.
The text was updated successfully, but these errors were encountered: