I am using mode rewrite on the ecommerce site I am currently building.
The problem I am having is that all the links on the page start with the page name from the last link used. Let me try to explain it a little better.
E.g. Site domain=
www.site.com, link just been used to go to page on site =
www.site.com/newpage.php this works as it should. But when using a link that is on the newpage.php, instead of the link just starting with the domain then the page which is being requested it is this
www.site.com/newpage.php/pagerequested.php
This would not be a problem as a rule, because I could use a rewrite link on the rest of the hyperlinks. But it is doing this on a form submit.