Closed (fixed)
Project:
Multi-Language Link and Redirect (MultiLink)
Version:
7.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Apr 2012 at 20:40 UTC
Updated:
24 Aug 2015 at 16:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andy inman commentedThanks for the report. Your solution looks good too. I'll put it into the next release.
See also #1466630: Redirect does not work if Site is running in subdirectory which probably needs something similar.
Comment #2
corfiot commentedini_get('RewriteBase')will only work in apache/.htaccess environments. If this value is not set in .htaccess and/or the server is not Apache you will get a blank string. This will cause node translations to fail.In an nginx environment I had better luck with:
$request = base_path(). request_path();Comment #3
rterrein commentedPatch (second solution)
Comment #4
bitshiftcop commentedHad the same issue today.
Tried the latest version (2.9) and latest dev version.
Still not fixed.
Then tried this patch, works!
Comment #5
andy inman commentedThanks for that. I need to push out a new version soon, due to #2259441: Generic HTML links - only last occurence on line is replaced so will build in rterrein's #3 patch too. So, expect to see 2.10 out in a few days.
Comment #6
andy inman commentedAdded to latest release. Closing this.
Comment #7
andy inman commented