You might be interested by http://httpd.apache.org/docs/current/rewrite/flags.html#flag_qsa, just a bet
Also, if you are not usint it, you could try mod_proxy_ajp https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-ApacheHTTPD(ApacheWebserver) Jacques From: "Robert G." <[email protected]> > Hey guys, > > i have the following problem: > > I use sometimes CMS to show content. The CMS hyperlink I modify with Apache > mod rewrite like: > > *user types in:* domain.tld/content/somecontent.html > *apche mod rewrite sends to ofbiz: > *domain.tld/ecommerce/control/cms/content/somecontent > > It works, that I get shown the content, but I loose the session, so ofbiz > creates a new cookie / session. When I directly type the correct ofbiz url, > than the session is the same as before, and everything works fine. > > Do anyone has an idea how I can fix it? > > thanks in advance > > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Mod-Rewrite-and-Session-handling-tp4638721.html > Sent from the OFBiz - User mailing list archive at Nabble.com.
