Drupal, installation to new web server... problems with Views exposed filter
- by Patrick
hi,
I've moved my drupal installation to a new website (without clean urls support).
I'm using a View to display the content of my website with exposed filter (tags multi-selection)
When I click on one of the tags something strange happen on the new website.. Even if I select only 1 tag, I get urls like this:
http://.../drupal/?tid[]=67&tid[]=66&view_name=Portfolio&view_display_id=page_1&view_args=&view_path=portfolio&view_base_path=portfolio&view_dom_id=1&pager_element=0
instead of the normal url:
http://www.sanstitre.ch/drupal/portfolio?tid[0]=67
could you give me some tip ?
thanks