docs(friendly-urls): Add IIS web.config guide for FURLs - #604
Merged
Conversation
Ibochkarev
marked this pull request as ready for review
August 16, 2026 11:56
Document URL Rewrite, root web.config placement, and enable order so IIS installs stop failing the same way as the community IIS 8 case. Fixes modxorg#286
Ibochkarev
force-pushed
the
docs/issue-286-iis-friendly-urls
branch
from
August 17, 2026 09:17
e64546f to
5865bdf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a Friendly URLs guide for Microsoft IIS (
web.config+ URL Rewrite) in EN, RU, and ES, and links it from the Friendly URLs hub and Advanced Installation “See also” lists.Community installs on IIS 8 (Windows Server 2012 R2) often failed because rewrite lived under
core/, URL Rewrite was missing, orfriendly_urlswas enabled before rewrite worked. The new page covers root placement, a sample rule aligned with Revolution’s rootht.access, enable order, and a short note for multi-language extras.Verified against Revolution
3.xrootht.access(Friendly URLs block →index.php?q=).Affected versions
3.x (same rewrite pattern applies to 2.x IIS setups, but docs target the current tree).
Relevant issues
Fixes #286
Community context: https://community.modx.com/t/modx-redirect-to-multi-language-with-iis8-under-windows/3597