Home › Forums › BulletProof Security Pro › LITESPEED WP CACHE PLUGIN displayed in BPS Status Display
- This topic has 5 replies, 2 voices, and was last updated 3 months, 1 week ago by
AITpro Admin.
-
AuthorPosts
-
Carlo
Participantrecently i noticed at the top of my admin dashboard, I’m getting a weird text that shouldn’t be there mixed into the BPS Status Display. looks like something from lightspeed cache that shouldn’t be there, not sure why it there.
I also “Inspected” the page code and that error is wrapped inside of a “bps-status-display” div id.
I have this at the beginning of the status display: EGIN LSCACHE ## LITESPEED WP CACHE PLUGIN – Do
So the top of my dashboard looks like this: EGIN LSCACHE ## LITESPEED WP CACHE PLUGIN – Do RBM: OnWBM: OnARQ: On : 2 Min : 4:39 pm MSCAN: DBM: On : 15 Min : 4:47 pm DBB: PFW: AutoPilot : 10 Min : 4:43 pmUAEG: OnLSM: OnJTC: On
AITpro Admin
KeymasterWhat is happening is that the LiteSpeed Cache plugin has created its htaccess code at the very top of the Root htaccess file. The BPS Pro Status Display displays the very top of the Root htaccess file to get the BPS Pro version number. Do these steps below to fix this issue.
1. Go to the BPS Pro > B-Core > htaccess File Editor tab page > click the “Your Current Root htaccess File” tab
2. Copy the entire LiteSpeed section of htaccess code.
3. Go to the Custom Code tab page > click the Root htaccess File Custom Code accordion tab/button.
4. Paste the LiteSpeed htaccess code into this Root Custom Code text box: 1. CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE.
5. Click the Save Root Custom Code button.
6. Go to the Security Modes tab and click the Root folder BulletProof Mode Activate button.Note: If I have time in BPS Pro 15 I will be adding LiteSpeed Cache to the BPS Pro Setup Wizard AutoFix (AutoSetup) feature, which will automatically setup LiteSpeed Cache htaccess code with BPS. If I don’t have enough time to add LiteSpeed Cache in BPS Pro 15 then I will add it in 15.1.
Carlo
Participantthanks for such a quick response, i will give that a go and hopefully will fix my issue.
thanks again
Carlo
Participantok i just gave that a go and seems to all be ok.
Just for testing, i removed lightspeed and installed Breeze cache plugin, it idi the same thing (added code to the top).
I followed your instructions and all went well. one thing i wasnt sure of, is when i initially copied the code from Breeze cache at the top of the htaccess file, was i meant to just copy or cut? i just copied the text and placed it where you mentioned it and followed your instructions and it doesnt seem to have duplicated.
let me know if that was correct. thanks
Carlo
Participanti just changed some settings in Breeze cache and this has now been added to the tops of the htaacess file:
Do I do the same as before?
#Expires headers configuration added by BREEZE WP CACHE plugin SetEnv BREEZE_BROWSER_CACHE_ON 1 <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access 1 year" ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType image/x-icon "access 1 year" ExpiresByType text/html "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" ExpiresByType text/css "access 1 month" ExpiresByType text/javascript "access 1 month" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/javascript "access 1 month" ExpiresByType application/x-javascript "access 1 month" ExpiresByType application/xhtml-xml "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresDefault "access 1 month" </IfModule> #End of expires headers configuration
AITpro Admin
KeymasterDoing a copy or cut does not matter since you will be creating a new htaccess file after you save your custom htaccess code to BPS Custom Code and Activate Root folder BulletProof Mode (creates a new htaccess file using the htaccess code saved in Custom Code).
Yep, add the new Breeze htaccess caching code in BPS Custom Code.
Save your changes.
Activate Root folder BulletProof Mode again. -
AuthorPosts
- You must be logged in to reply to this topic.