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

fix RSS item URLs for MODX sites with non-root site URLs #12

Merged
merged 1 commit into from
Jul 5, 2012

Conversation

sentience
Copy link
Contributor

Previous implementation generated URLs like http://example.com/siteroot//siteroot/blogalias/post. Besides the duplication of siteroot, note also the spurious double slash, which occurred even on sites installed at root URLs.

Using ?scheme=full`` to generate the full URLs instead of relying on [[++site_url]] fixes both these issues.

@splittingred splittingred merged commit 4a2e33d into splittingred:develop Jul 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants