anru chen wrote: > Hi All: > > I have a site been implemented with drupal 6 and ubercart, pxpay module. > > There is a problem with the site's host provider at where does not > offer mod_rewite. so all > drupal urls have a '?q' parameter ( http://my.site.com/?q=buy ).
> all worked excepts DPS payment gateway. it does not likes "?q" parameter. Yep, px pay requires success and failure URLs that don't have any query parameters already attached. I had a similar issue with a Joomla host that didn't allow mod_rewrite, I ended up having separate success.php and failure.php files that handled the response outside Joomla. -- E|2 DIGITAL TIM OLIVER SOFTWARE ENGINEER P +64 3 377 0007 F +64 3 377 6582 E [email protected] www.e2digital.co.nz -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
