ujoshi333
Forum Replies Created
-
You pointed me in the right direction: resolved now – I must have disabled it when trying to install a caching plugin and receiving related errors.
Disable wp-admin BulletProof Mode was enabled
Thanks for your assistance
Forum: Plugins
In reply to: [W3 Total Cache] Defer parsing of javascript?Hello
Im Struggling to resolve the same issue: In Gtmetrix I get the following warning F0: 599.4KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.
Performance>Minify>JS>JS minify Settings>Enabled
Operations in areas:
Before </head> = Minify, Embed type = Default (Blocking)
After <body> = Minify, Embed Type = Default (Blocking)
Before </body> = Minify, Embed type = Default (Blocking)https://support.dream-theme.com/knowledgebase/w3tc-settings/
I have tried selecting the “non blocking using der on all 3 of above, cleared the cache and still no improvement in the results.
Please help
Forum: Plugins
In reply to: [BulletProof Security] BPS doesn't work with GoDaddy WordPress hostingHello,
Odd situation I’m getting this error however my host is not Godaddy.
I haven’t seen this issue before and have using BFS for many months.
Please advise thanks……
BulletProof Security ~ htaccess Core
wp-admin Folder BulletProof Mode was not activated. Either it is disabled on the Security Modes page or you have a Go Daddy Managed WordPress Hosting account. The wp-admin folder is restricted on GDMW hosting account types.The htaccess file that is activated in your root folder is:
BULLETPROOF .51.7 >>>>>>> SECURE .HTACCESS√ wp-config.php is htaccess protected by BPS
√ php.ini and php5.ini are htaccess protected by BPS√ Deny All protection activated for BPS Master /htaccess folder
√ Deny All protection activated for /wp-content/bps-backup folderwp-admin BulletProof Mode is disabled on the Security Modes page or you have a Go Daddy Managed WordPress Hosting account type.
File was not downloaded due to access restrictions.
I also use the following plugins.
bullet proof
word scanPS: There was a recent word fence upgrade which actually gave us a few false positives e.g in gravity forms, that was resolved after an update and a fresh scan. However since i received this and ultimately want to ensure that I don’t have any hanging processes on the server we are hosted on.
Many Thanks
Hello. Today i received an email stating that I needed to amend my code. I have already completed this previously however I now see a difference in code as below – please help me understand and resolve – Cheers.
……………………………….
Email directs me to the following word fence support page: https://support.wordfence.com/support/solutions/articles/1000129050-running-wordfence-under-litespeed-web-server-and-preventing-process-killing-or
……………………………….
In my Custom box: CUSTOM CODE WP REWRITE LOOP START:I have:
# WP REWRITE LOOP START
RewriteEngine On
RewriteBase /
RewriteRule .* – [E=noabort:1]
RewriteRule ^index\.php$ – [L]The article suggests:
RewriteEngine On
RewriteBase /
RewriteRule .* – [E=noabort:1]
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]The following parameters are missing in my Custom box: CUSTOM CODE WP REWRITE LOOP START: :
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-dHope that makes sense.