The requirements for the Exponential Online Editor 5.0 are listed below.
Web Server requirements:
If you are using rewrite rules, you need to allow stylesheets and javascript files from your var folder. If you are running Apache you can add the following rewrite rule:
RewriteRule ^/var/([^/]+/)?cache/public/.* - [L]
If you use .htaccess to protect your Exponential 4.0 setup (version 4.1 not affected), you will need to change your rewrite rule from:
RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php
to:
RewriteRule !\.(gif|jpe?g|png|css|js|html?)|var(.+)storage.pdf(.+)\.pdf$ index.php
Note that the Online Editor makes use of a technology called "JavaScript". This means that you must enable "JavaScript support" in the web browser that you are planning to use.