Unable to edit pages

Hi all!

This is my first post here so be patient… :slight_smile:

I have used Beaver Builder (free version) now since 2017 on the same site but suddenly I cant edit pages anymore. When I start BB on a page it just behavior as a normal browser. I have tried to deactivate all plugins, didnt help. Also tried another theme no differance.

Latest WP, latest BB, latest theme (Tesseract). Also have a second site with approx the same configuration, same plugins etc that works without problems. Both are on one.com. Pls advice.

/Johan

Hi all!

So I just found the problem in another post. One.com adds these lines to htaccess file in the uploads folder:

Block javascript except for visualcomposer (VC) plugin

RewriteEngine On
RewriteCond %{REQUEST_URI} !^.wp-content/uploads/visualcomposer-assets/..js$
RewriteRule ^(.*.js)$ - [F,L]

After deleting these lines BB works as expected again…