Well the issue is that according to Xcart Manual,Page 385 you need you add the statement below to htaccess if running in php/cgi:
To ensure that
Google Checkout can work correctly with PHP running in CGI mod_rewrite is installed and .htaccess contains the following lines:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</IfModule>
If the above is added then xcseo does not work properly.
Quote:
Originally Posted by intel352
Qdox, which page (or post id) was that original post by Pumpkin? I must have missed that part of the thread
|