Skip to content
New issue

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

INFRA: redirect.config format for managing redirects within cascade #777

Open
garza-utsa opened this issue May 17, 2024 · 2 comments
Open
Labels
enhancement New feature or request Format

Comments

@garza-utsa
Copy link
Collaborator

see discussion thread on HH slack:

iis-redirects-via-format

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>

@garza-utsa
Copy link
Collaborator Author

garza-utsa commented May 17, 2024

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>

@garza-utsa
Copy link
Collaborator Author

I'll get the apache module (.csse) loaded into WALLEDEV for inspection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Format
Projects
Status: No status
Development

No branches or pull requests

1 participant