daveb444
Forum Replies Created
-
Forum: Plugins
In reply to: [Controlled Admin Access] Blank white screen; plugin not workingWhat logs, specifically, would you like to see?
Forum: Plugins
In reply to: [WP Fastest Cache] Cache Builds up ContinuouslySome do seem to have folders inside – though most do not. Oddly – almost ALL the files inside the folders are 1.08 or 1.09 MB
But the biggest FOLDER would be one that appears to have 10 subfolders, so it is about 11mb (10 x 1.08mb).
There seem to be a few like that – though most do not have subfolders.
The subfolders do not have subfolders of their own except in 1 or 2 cases…
Forum: Plugins
In reply to: [WP Fastest Cache] Cache Builds up ContinuouslyThere are dozens of folders inside /wp-content/cache/all/
with names like:
10150732_10202616875094911_1485437503223737665_n
2016-valentines-card-option-2
lifesavers-logo
slideshowb4…which I am now just realizing match names of images.
Each folder appears to be named after an image, and inside each folder is an “index.html”
Thank you
Dave
Forum: Plugins
In reply to: [WP Fastest Cache] Cache Builds up ContinuouslyDefinitely /wp-content/cache/all/
Thank you.
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to showyou can ignore this. I am “replying” to get the the ” Notify me of follow-up replies via email” to update in the hopes that it will stop the flood of www.remarpro.com emails I am getting every day… : /
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to showDone. ??
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to showWhat??!
You are a genius sir. I can’t thank you enough. This has been a very frustrating problem for me. I had no idea there were things in the htaccess that affected caching…
thank you again..
DB
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to show# BEGIN WP Hide & Security Enhancer
# END WP Hide & Security Enhancer
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]Options -Indexes
# new 032420
<IfModule mod_headers.c>
Header always set Strict-Transport-Security “max-age=31536000; includeSubDomains”
</IfModule><IfModule mod_headers.c>
Header always set X-Frame-Options SAMEORIGIN
</IfModule><IfModule mod_headers.c>
Header set X-Permitted-Cross-Domain-Policies “none”
</IfModule><IfModule mod_headers.c>
Header set Referrer-Policy “no-referrer”
</IfModule><IfModule mod_headers.c>
Header set Expect-CT ‘enforce, max-age=43200, report-uri=”https://somedomain.com/report”‘
</IfModule><IfModule mod_headers.c>
Header always set feature-policy “autoplay ‘none’; camera ‘none'”
</IfModule># end new
<files .htaccess>
Order allow,deny
Deny from all
</files><IfModule mod_headers.c>
Header set X-XSS-Protection “1; mode=block”
</IfModule><IfModule mod_headers.c>
Header set X-Content-Type-Options nosniff
</IfModule><files wp-config.php>
order allow,deny
deny from all
</files>## block XML-RPC requests
<Files xmlrpc.php>
order deny,allow
deny from all
</Files># Protect wp-login.php from Brute Force Login Attacks based on IP Address
<FilesMatch “^(wp-login\.php)”>
Order Allow,Deny
# Add your Public IP Address using 2 or 3 octets so that if/when
# your IP address changes it will still be in your subnet range. If you
# have a static IP address then use all 4 octets.
# Examples: 2 octets: 65.100. 3 octets: 65.100.50. 4 octets: 65.100.50.1
Allow from 99.129.218.
</FilesMatch>#Recommended by InMotion in 7/2/19 email
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Mozilla/5\.0\ \(X11;\ Ubuntu;\ Linux\ x86_64;\ rv:62\.0\)\ Gecko/20100101\ Firefox/62\.0
RewriteRule (.*) – [F,L]
</IfModule># BEGIN rlrssslReallySimpleSSL rsssl_version[3.2.7]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !wp-content\/cache\/(all|wpfc-mobile-cache)
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL
# 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
# BEGIN wtfdivi# END wtfdivi
# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule><IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
# BEGIN MainWP
# The directives (lines) betweenBEGIN MainWP
andEND MainWP
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.# END MainWP
<IfModule mod_expires.c>
ExpiresActive On# Images
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType image/webp “access plus 1 year”
ExpiresByType image/svg+xml “access plus 1 year”
ExpiresByType image/x-icon “access plus 1 year”# Video
ExpiresByType video/mp4 “access plus 1 year”
ExpiresByType video/mpeg “access plus 1 year”# CSS, JavaScript
ExpiresByType text/css “access plus 1 month”
ExpiresByType text/javascript “access plus 1 month”
ExpiresByType application/javascript “access plus 1 month”# Others
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
</IfModule><IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule># php — BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to showWhen I FIRST open the incognito mode – then yes – I see the most recent changes. But…
…subsequent changes require me to close the browser completely and reopen it to see changes (even in incognito mode). Clearing the cache doesn’t work. Only a complete shut down and reopen will show changes.
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to showNo. Though after a bit of troubleshooting, this is what I’ve discovered:
No amount of clearing the cache via the plugin or manually clearing the browser’s cache makes any difference – UNLESS I do those things – and then completely close the browser and reopen it. If I do that – I see my changes (it’s the same in incognito mode as well)
This is for Firefox only. In Chrome, I don’t have to do this.
It seems like this may not be a Fastest Cache problem? But if you have any thoughts – it would be appreciated anyway. What could be happening when the browser gets closed that isn’t happening when I clear the cache the other two ways??
Thank you…
Forum: Plugins
In reply to: [WP Fastest Cache] Can’t get new pages to showI am… ??
F–k this plugin and its annoying reminder message. I’ll never use this again…