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
see discussion thread on HH slack:
I've asked to see if we can get a copy of the format, but the xml structure required is pretty trivial:
<?xml version="1.0" encoding="utf-8" ?> <rewriteMaps> <rewriteMap name="StaticRedirects"> <add key="/folder/" value="https://www.example.com"/> <add key="/folder/page.html" value="https://www.example.com"/> </rewriteMap> </rewriteMaps>
The text was updated successfully, but these errors were encountered:
will need to work with UTS on updating the web.config for our sites to reference this generated redirects.config:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rewriteMaps configSource="redirects.config" /> </rewrite> </system.webServer> </configuration>
Sorry, something went wrong.
I'll get the apache module (.csse) loaded into WALLEDEV for inspection
No branches or pull requests
see discussion thread on HH slack:
I've asked to see if we can get a copy of the format, but the xml structure required is pretty trivial:
<?xml version="1.0" encoding="utf-8" ?> <rewriteMaps> <rewriteMap name="StaticRedirects"> <add key="/folder/" value="https://www.example.com"/> <add key="/folder/page.html" value="https://www.example.com"/> </rewriteMap> </rewriteMaps>
The text was updated successfully, but these errors were encountered: