Hello everyone ... I'm using the URL rewrite and I'm having a problem with it. I have a page that has a multiview control within the multiview i have two views. I also have a button in the first view that is supposed to call the second view when clicked. The problem is, whenever i click that button, the URL changes by adding "?id=1" which causes an error.
URL changes from http://localhost/mywebsite/default/1/ to http://localhost/mywebsite/default/1/?id=1
Can anyone please help me with that ?