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?
|