Forum Replies Created
-
AuthorPosts
-
orenharris
MemberCompleted your request!
orenharris
Member# BEGIN W3TC Browser Cache
<FilesMatch ".(css|js|htc|CSS|JS|HTC)$">
FileETag None
<IfModule mod_headers.c>
Header set X-Powered-By "W3 Total Cache/0.9.2.4"
</IfModule>
</FilesMatch>
<FilesMatch ".(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$">
FileETag None
<IfModule mod_headers.c>
Header set X-Powered-By "W3 Total Cache/0.9.2.4"
</IfModule>
</FilesMatch>
<FilesMatch ".(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
FileETag None
<IfModule mod_headers.c>
Header set X-Powered-By "W3 Total Cache/0.9.2.4"
</IfModule>
</FilesMatch>
# END W3TC Browser Cache
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(.*/)?w3tc_rewrite_test$ $1?w3tc_rewrite_test=1 [L]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =""
RewriteCond %{HTTP_HOST} =orenharris.com
RewriteCond %{REQUEST_URI} !(/wp-admin/|/xmlrpc.php|/wp-(app|cron|login|register|mail).php|/feed/|wp-.*.php|index.php|download.php) [NC,OR]
RewriteCond %{REQUEST_URI} (wp-comments-popup.php|wp-links-opml.php|wp-locations.php) [NC]
RewriteCond %{HTTP_COOKIE} !(comment_author|wp-postpass|wordpress_[a-f0-9]+|wordpress_logged_in|ap_id|cart_in_use|eMember_in_use) [NC]
RewriteCond %{HTTP_USER_AGENT} !(W3 Total Cache/0.9.2.4) [NC]
RewriteCond "%{DOCUMENT_ROOT}/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" -f
RewriteRule .* "/wp-content/w3tc/pgcache/%{REQUEST_URI}/_index%{ENV:W3TC_UA}%{ENV:W3TC_REF}%{ENV:W3TC_SSL}.html%{ENV:W3TC_ENC}" [L]
</IfModule>
# END W3TC Page Cache core
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
orenharris
MemberHere is my debug manager log file while w3tc is running.
[04/17/2012 6:20 AM] – Advisory : Log file reset.
[04/17/2012 6:20 AM] – Status : Unresolved DL file path = http://www.orenharris.com/abc.zip
[04/17/2012 6:20 AM] – Status : Resolved DL file path = http://www.orenharris.com/abc.zip
[04/17/2012 6:20 AM] – Advisory : No DL file path conversion performed on URL.
[04/17/2012 6:20 AM] – Status : Dispatching DL method = 1
orenharris
MemberHello,
Even when I do what you have described in the OP, adding the rejected cookies and disabling the compression on the browser caching page, my download links are still providing zip files that are corrupted. It only works properly again when I disable w3 total cache.
I am using version 0.9.2.4 of w3tc and version v6.5.5 of the eStore plugin. Thanks for your help in advance!
orenharris
MemberIt’s working now, without me changing anything other than updating the plugin, but the IPNs are going through really slowly. Thoughts on this?
orenharris
MemberOkay, so I went in and disabled IPNs, then re-enabled IPNs, and that let me resend an IPN. I resent one of the IPNs, and after a while it went through. Now, I tried making another purchase, and it says “Queued” in my list of IPNs. I’ll stop messing with it for now and check in for your response in a few hours. Thank you!
orenharris
MemberI deleted the eStore plugin I had installed, and installed the latest version, and it’s still not working. It is possible that this error is originating on PayPal’s end?
orenharris
MemberI see all of the IPNs I’ve submitted while trying to fix this problem in my PayPal account. They all say “Queued”.
-
AuthorPosts