Open modxbot opened 11 years ago
ox6a6e submitted:
Steps to reproduce:
– fURL default configuration in global settings, set @friendly_urls@ to @yes@ in a context, say, @myctx@ – in @myctx@: create a document with a new alias or edit an existing document’s alias – viewing the document results in a page-not-found – set @friendly_urls@ to @yes@ in global settings – optionally unset @friendly_urls@ to @no@ in global settings again – document is found at the alias
ox6a6e created Redmine issue ID 10321
If fURLs are activated in a context’s settings only (friendly_urls: Yes), modx tries to use aliases, however, they are neither generated nor updated resulting in page-not-found errors.
This can be somehow fixed (until the next change) by setting and unsetting again friendly_urls globally – which I'd like to avoid…