patricklismore@gmail.com
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
I had the same problem, I give up in the end. It would not work. I just uninstalled it.
I uninstalled it,
after uninstalling it no images would work on my site, any new images i uploaded would not appear.
If you find this happens to you,
in the wp-content/uploads folder delete the entries in the .htaccess file you will see them they will have paths to amazon s3.
That got my images showing again
if its any help this is the contents of the .htaccess file in uploads
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} (.+)\+(.+) RewriteRule ^(.*)$ /wp-content/plugins/amazon-s3-uploads/asssu-special-rewrite.php [L] RewriteCond %{HTTPS} off RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ http://dcauploads.s3-eu-west-1.amazonaws.com/dcauploads/images/$1 [QSA,L] RewriteCond %{HTTPS} on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ https://s3-eu-west-1.amazonaws.com/dcauploads/dcauploads/images/$1 [QSA,L]
Viewing 3 replies - 1 through 3 (of 3 total)