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.

CommentFileSizeAuthor
#2 461114-url.patch774 bytesagentrickard

Comments

agentrickard’s picture

Category: support » bug
Status: Active » Fixed

Yes. 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:

  function custom_url_rewrite_outbound(&$path, &$options, $original_path) {

See #450344: domain module steals custom_url_rewrite

agentrickard’s picture

StatusFileSize
new774 bytes

Patch file, for reference

chawl’s picture

Confirming the fix, thank you very much.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.