| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/mommybites/wp-content/ |
Upload File : |
<?php
/*
WP-Cache Config Sample File
See wp-cache.php for author details.
*/
$cache_enabled = true; //Added by WP-Cache Manager
$cache_max_time = 1800; //Added by WP-Cache Manager
//$use_flock = true; // Set it tru or false if you know what to use
$cache_path = ABSPATH . 'wp-content/cache/';
$file_prefix = 'wp-cache-';
// Array of files that have 'wp-' but should still be cached
$cache_acceptable_files = array ( 0 => 'wp-atom.php', 1 => 'wp-comments-popup.php', 2 => 'wp-commentsrss2.php', 3 => 'wp-links-opml.php', 4 => 'wp-locations.php', 5 => 'wp-rdf.php', 6 => 'wp-rss.php', 7 => 'wp-rss2.php', 8 => '/community/blog/', ); //Added by WP-Cache Manager
$cache_rejected_uri = array ( 0 => 'wp-', 1 => '/community/', 2 => '/nannies/', 3 => '/aroundtown/', ); //Added by WP-Cache Manager
$cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider');
// Just modify it if you have conflicts with semaphores
$sem_id = 5419;
if ( '/' != substr($cache_path, -1)) {
$cache_path .= '/';
}
?>