Title: no split !
Last modified: February 5, 2017

---

# no split !

 *  Resolved [nam1962](https://wordpress.org/support/users/nam1962/)
 * (@nam1962)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/no-split/)
 * I sat up a home page test. 50/50
    Everything seemed to be ok, but… Visitors only
   see the original page. After 2 hours, my stats where : 47/1 (the 1 was my setup
   visit) Bug or setup problem ? no caching plugins on my site, but my .htaccess
   contains :
 *     ```
       Header unset Pragma
       FileETag None
       Header unset ETag
       # EXPIRES CACHING ##
       <IfModule mod_expires.c>
       ExpiresActive On
       ExpiresByType image/jpg "access 1 year"
       ExpiresByType image/jpeg "access 1 year"
       ExpiresByType image/gif "access 1 year"
       ExpiresByType image/png "access 1 year"
       ExpiresByType text/css "access 1 month"
       ExpiresByType text/html "access 1 month"
       ExpiresByType application/pdf "access 1 month"
       ExpiresByType text/x-javascript "access 1 month"
       ExpiresByType application/x-shockwave-flash "access 1 month"
       ExpiresByType image/x-icon "access 1 year"
       ExpiresByType audio/mpeg3 "access 1 year"
       ExpiresDefault "access 1 month"
       </IfModule>
       ## EXPIRES CACHING ##
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [Josh Kohlbach](https://wordpress.org/support/users/jkohlbach/)
 * (@jkohlbach)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/no-split/#post-8741734)
 * Hi [@nam1962](https://wordpress.org/support/users/nam1962/),
 * This sounds like there could possibly be some server side caching or a WordPress
   cache plugin interfering.
 * Any chance you can check if there is Varnish on the server (in which case you’ll
   need to exclude those pages) or if there is a WP cache plugin, just exclude the
   pages from there.
 * The other issue it might be is if the host doesn’t support native PHP sessions.
   WPEngine is the main one that we see that doesn’t but there are others too.
 * This would fix that: [https://simplepagetester.com/knowledgebase/simple-page-tester-hosts-support-native-php-sessions/](https://simplepagetester.com/knowledgebase/simple-page-tester-hosts-support-native-php-sessions/)
 * Hope this helps!
 * Cheers,
    Josh

Viewing 1 replies (of 1 total)

The topic ‘no split !’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-page-tester_677f5d.svg)
 * [Simple Page Tester](https://wordpress.org/plugins/simple-page-tester/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-page-tester/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-page-tester/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-page-tester/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-page-tester/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-page-tester/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Josh Kohlbach](https://wordpress.org/support/users/jkohlbach/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/no-split/#post-8741734)
 * Status: resolved