 bearc0025
|
Hi,
Great scripts. I have 2 problems.
1. My system doesn’t default to index.php. How do I set that? (UPDATE: realize this is on the server – I’ll figure that out elsewhere. Sorry.)
2. When I complete a purchase, the download link results in this (below) as the return from AWS.
Any help is appreciated!
—-
This XML file does not appear to have any style information associated with it. The document tree is shown below (some data replaced w/ …).
−
<ListBucketResult>
<Name>boo…</Name>
<Prefix/>
<Marker/>
<MaxKeys>1000</MaxKeys>
<IsTruncated>false</IsTruncated>
−
<Contents>
<Key>COG_song.m4v</Key>
<LastModified>2008-11-06T02:07:49.000Z</LastModified>
<ETag>”3094…”</ETag>
<Size>25346119</Size>
−
<Owner>
−
<ID>
5323a5de0…
</ID>
<DisplayName>be…</DisplayName>
</Owner>
<StorageClass>STANDARD</StorageClass>
</Contents>
</ListBucketResult>
|
 bearc0025
|
Weird. functions.php wasn’t putting the object_name in the url/link. I added an echo object_name line and it started putting it in the link??? Very strange. Magic.
|
 jezmck
|
Re: 1. My system doesn’t default to index.php. …
You should be able to use an “.htaccess” file to set this.
From memory, you will want:
DirectoryIndex index.php
|
 lancerocke
|
im having the same issue. i cant seem to fix it.
|