Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Using the Plugins with W3 Total Cache Plugin

by

Tips and Tricks HQ Support Portal › Forums › General Stuff › Instructions/F.A.Q › Using the Plugins with W3 Total Cache Plugin

Tagged: cache, Download, error, not working, solution, W3 Total Cache, w3 total cache error, w3totalcache, WP Total cache, WPEngine, zero

  • This topic has 106 replies, 37 voices, and was last updated 7 years, 9 months ago by Maximillion6.
Viewing 15 posts - 46 through 60 (of 107 total)
← 1 2 3 4 5 6 7 8 →
  • Author
    Posts
  • April 18, 2012 at 9:39 pm #20707
    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

    April 19, 2012 at 6:21 am #20708
    admin
    Keymaster

    Thank you. The .htaccess file looks okay. I sent you an email to get site access so I can check the setup.

    April 19, 2012 at 7:57 pm #20709
    orenharris
    Member

    Completed your request!

    April 20, 2012 at 4:13 am #20710
    admin
    Keymaster

    Changed your WP eStore’s download method to “Method 6” from the settings menu and it is working fine with that option. You can find more details on the different download methods of eStore in the following post:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-download-methods

    May 22, 2012 at 6:17 pm #20711
    Pamela
    Member

    Hello,

    I was wondering if I should follow this message or not…

    /home/content/62/9999999/html/booksbypam/wp-content is write-able. When finished installing the plugin, change the permissions back to the default: chmod 755 /home/content/62/9999999/html/booksbypam/wp-content.

    I actally had 705 on these permissions before I installed W3 Total Cache.

    Will PDF Stamper, eStore, etc., still be able to do its job?

    Thanks, Pam

    May 23, 2012 at 2:27 am #20712
    admin
    Keymaster

    You should always use the following permissions on all of your folders and files (this should get applied automatically if your server’s file permission setup is configured correctly).

    For folders use: 755

    For files use: 644

    May 24, 2012 at 12:09 pm #20713
    Pamela
    Member

    Thanks again Admin!

    It seems I really botched something. I changed permissions and that was working fine.

    But then I got this error when I did something in W3 Total Cache. My site broke and I can’t even access Backup Buddy to recover. I don’t know what I did. I was trying to launch and not just preview so I was working in that area of W3 Total Cache.

    Fatal error: Class ‘W3_PgCache’ not found in /home/content/99/99999/html/booksbypam/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php on line 611

    I use PDF Stamper a lot but manual stamping as I sell a lot from other sites. I haven’t used the affiliate platform yet except to just set it up. I would just delete it termporarily via FTP but I don’t know what I might mess up in doing that.

    I did also send my site details in just in case. Our time zones are so opposite.

    Thanks so much for any help you can give me!

    May 24, 2012 at 11:46 pm #20714
    admin
    Keymaster

    It is a good idea to load a fresh copy of the plugin(s) when you mess something up without knowing what exactly you did.

    I first used the following technique to deactivate the plugins in question and then loaded fresh builds of those plugin and all is good:

    http://www.tipsandtricks-hq.com/deactivate-wordpress-plugins-without-logging-into-wp-admin-video-tutorial-4375

    May 25, 2012 at 6:18 am #20715
    Pamela
    Member

    Thank you soooo much!!!!!

    You are great. Incredible customer support.

    July 10, 2012 at 12:19 am #20716
    interlinkusa1
    Member

    I installed W3 Total Cache. I followed your recommendations for setting the plugin.

    I could not understand as to how to do this setting:

    Simply add the following 3 lines in the “Rejected Cookies” field of the “Page Cache Settings” menu of the W3 Total Cache plugin and all done:

    ap_id

    cart_in_use

    eMember_in_use

    Thank you for your help

    July 10, 2012 at 7:10 am #20717
    admin
    Keymaster

    1. Go to the “Page Cache” menu under the W3 Total Cache pluign

    2. Find the field labelled “Rejected Cookies”

    3. Add the following text in that field and hit the save button

    ap_id
    cart_in_use
    eMember_in_use

    July 10, 2012 at 1:30 pm #20718
    interlinkusa1
    Member

    Thank you very much, it worked. Your support is great and prompt.

    September 22, 2012 at 12:34 am #20719
    onerock.scott
    Spectator

    I have eMember and W3TC working successfully together. Something I noticed recently is that when you are logged into eMember the page loading speed slows way down. Once you log out, the page load speed returns to normal.

    I am assuming that this is due to ap_id, cart_in_use, eMember_in_use in the rejected cookies.

    Is this normal behavior or do I have something misconfigured?

    Thanks in advance, Scott

    September 22, 2012 at 7:40 am #20720
    admin
    Keymaster

    It shouldn’t slow down heaps. Go through the following post which should give you more info:

    https://support.tipsandtricks-hq.com/forums/topic/common-reasons-for-your-site-to-load-slow-page-load-time-is-slow

    September 22, 2012 at 8:08 pm #20721
    onerock.scott
    Spectator
  • Author
    Posts
Viewing 15 posts - 46 through 60 (of 107 total)
← 1 2 3 4 5 6 7 8 →
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ