BlessIsaacola:
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!
yes, it supposed to create both files!
do you check the boxes "Check if dir exists:" and "Create Files:" ??
**the require valid-user **is a directive of htaccess that tells the browser to look for valid users in .htpasswd
you DONt have to comment any code in responsehandler.php just need to enable or disable this feature from the amin UI!
just set tru to this```html
.htaccess Basic Authentication Mode with PHP over CGI?
This configuration will disable PHP Basic Authentication in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.
and add the htaccess with the script. .
i take notes about an easier readme file. thanks for your feedback
ropu