Closed (fixed)
Project:
Taxonomy Facets
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Nov 2016 at 12:27 UTC
Updated:
23 Nov 2016 at 18:24 UTC
Jump to comment: Most recent
Hi,
I am trying out this module but as my site is installed in a subcategory, whenever I click a link on the taxo block the site url redirects to the root.
eg home url is http://test.com/test
taxo-block links are http://test.com/items_list instead of http://test.com/test/items_list
regards,
Comments
Comment #2
mellowtothemax commentedComment #3
dark-o commentedPlease try seting $base_url variable in settings.php, set it to $base_url = 'http://test.com/test';
Comment #4
dark-o commentedComment #5
mellowtothemax commentedThanks for the quick reply. Unfortunately this did not solve the issue.
Comment #6
dark-o commentedFixed in 7.x-2.1,