to follow up on my post,
i looked at my raw log files.
"POST /googlecheckout/responsehandler.php HTTP/1.0" 403 - "-" "Jakarta Commons-HttpClient/3.0.1"
any ideas as to why my server is returning 403?
I am on a shared hosting server. there is nothing in my .htaccess files except just enough to make zencart work.
.htaccess
php_value session.use_trans_sid off
php_value register_globals off
<Files ".ht*">
deny from all
</Files>
php_flag session.use_trans_sid off
Bookmarks