Hoooo Kay,

So if I use the htaccess.php file that is included in the download, even though it's for php over CGI wont that still work?

It creates the following for two files.

.htaccess file: <<<Start--- AuthName "Google checkout Basic Authentication" AuthType Basic AuthUserFile /home/**********/public_html/googlecheckout/

Where *********** is the user directory

.htpasswd require valid-user ---End>>>

.htpasswd file: <<<Start--- !!!!!!!!!!!!!!!!!:#############. ---End>>>

Where !!!!!!!!!!!!!!!!!! is the GC account number and ########### is the GC key.

Will the two above file work just as well even though I'm not using php over cgi but straight php?