Message-ID: <1038076856.4256.1485862034750.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4255_41005104.1485862034747" ------=_Part_4255_41005104.1485862034747 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html
These rewrite rules are described in the documentation of the eZ= JS Core extension, but since this extension is bundled with eZ Publish and= plays an important part of the installation process, the eZ JS Core rewrit= e rules are described here as well.
The eZ JSCore extension requires correct rewrite rules in order to load =
the necessary yui
(yahoo user interface) files from the file s=
ystem. This is required only when the INI setting "ezjscore.ini[eZJSC=
ore]LoadFromCDN
" is set to disabled
.
Add the followi=
ng line to your Virtual-Host setup:
^/extension/[^/]+/design/[^/]+/(stylesheets|flash|images|lib|javascrip= ts?)/.* - [L]=20
eZ JsCore packs javascript/css files together to decrease the number of = server requests and reduce file size for faster download. On eZ Publish 4.0= .x you'll need to make the following changes if you haven't already when in= stalling ezoe (Online Editor 5.0).
from:
RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf= $ index.php=20
to:
RewriteRule !(\.(gif|jpe?g|png|css|js|html?)|var(.+)storage.pdf(.+)\.p= df)$ index.php=20
add:
RewriteRule ^/var/([^/]+/)?cache/public/.* - [L]=20
If you do not manage to get these working, you can disable this feature =
by setting ezjscore.ini[eZJSCore]Packer=3Ddisabled
.