Forums / Setup & design / ezFlow an ezOnlineEditor is only working with...

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

ezFlow an ezOnlineEditor is only working with...

Author Message

John Moritz

Sunday 07 June 2009 8:36:26 am

I just wanted to play around with ezFlow and did not see the Block Zones (as example Left Zone and Right Zone).
I took a look at my htaccess to make sure i have the following RewriteRule:

RewriteRule ^extension/[^/]+/design/[^/]+/(stylesheets|images|standard|javascripts|javascript?)/.* - [L]

But this didnt work for me.
The same happens when i tried to view the new Online Editor. My hataccess Rewrite Rule:

RewriteRule ^/var/([^/]+/)?cache/public/.* - [L]

Didnt help me.

To solve my Problem for both i had to make this:

RewriteRule ^extension/ezflow/design/.* - [L]
RewriteRule ^var/[^/]+/ezflow_site/cache/public/javascript/.* - [L]

Because i am not a expert in writing RewriteRules, my question is, are there any security issues with this? What is the Reason that ezFlow and ezOE only works with this RewriteRule and not with the specified in the installation manuals?

Łukasz Serwatka

Sunday 07 June 2009 11:28:56 pm

John, actually your re-write rule for eZ Flow is wrong. The correct one is following:

^/extension/[^/]+/design/[^/]+/(stylesheets|flash|images|lib|javascripts?)/.* - [L]

It is mention in the setup guide for eZ Flow 1.1.
http://ez.no/doc/extensions/ez_flow

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog