Hi All,
I am setting up a site in Drupal, which I wish to monitor with Mint. I have the standard tracking working, but am running into issues with configuring the Search Pepper.
I have Drupal set to use what they call Clean URLs, which strips out the index.php?q= portion of the call via mod_rewrite. What this means is that my searches are now in the format example.com/search/node/search%20terms. How would I go about massaging Mint (or Drupal) to track the searches, without the ?q= portion?
Can I do it with mod_rewrite trickery or similar? I’m not sure if it will work or not…
Thanks in advance for your help.