Hi!
I have a website in Drupal that uses mod rewrite to have friendly URLs.
The problem is that I need to make work some urls for my partner system, that uses ‘?’ in the address.
For example: the url www.mysite.com/index.php?from=12345 needs to save in a cookie the value 12345 in the variable from. The problem is that because Drupal, it doesn´t work.
In some directories I need to user ‘?’ too. For example, in the ‘admin’ directory, I use a system that uses variables for my php system using ‘?’. But it doesn´t recognize too…
I want someone to write a .htaccess that add these exceptions in my drupal website.