I am assuming that running that file should create 2 files in the googlecheckout folder? That did not happen. I have pasted below the result of running that file:
.htaccess file:
<<<Start---
AuthName "Google checkout Basic Authentication"
AuthType Basic
AuthUserFile /var/www/html/googlecheckout/.htpasswd
require valid-user
---End>>>
.htpasswd file:
<<<Start---
sandboxaccount(was here):JztdoYcegScMQ
productionaccount (was here):tb37Ly2XWynww
---End>>>
what does the bolded line about valid-user mean?
Also, is there a way to find out if PHP is install over CGI because I do not believe that's the case with mine. Do I need to comment out a block of code from responsehandler.php before running htaccess.php?
It would really help if there is a more straight forward approach to installing this mod.
Things like:
To check if your PHP is install over CGI do the following....
IF your PHP is install over CGI, perform the following steps in order...
Something simpler not all these try and error process. There has to be a consistent way of installing Google Checkout instead of all the work arounds for each person.
This is a great mod when it works! Thanks!
Bookmarks