Hello, we are on Drupal 6.11.
I am testing the HEAD version, but unfortunately, I have lost the "Rewrite all URLs to point to a single source" functionality. Node links are always rewritten to current domain, not to source domain. Search results, taxo pages and views blocks behave the same. rc6 was OK.
Domain Access
Domain Alias
Domain Configuration
Domain Content
Domain Navigation
Domain Prefix
Domain Source
Domain Theme
Domain Views
...are enabled.
Include in settings.php is OK and no exotic special page requests beyond the defaults are set. Garland is broken also.
Can anybody confirm?
Tx in advance.
Comments
Comment #1
agentrickardYes. Nice catch. When we put in a recent patch, we forgot to pass $options by reference.
Line 17 of settings_custom_url.inc needs to be:
See #450344: domain module steals custom_url_rewrite
Comment #2
agentrickardPatch file, for reference
Comment #3
chawl commentedConfirming the fix, thank you very much.