Still no icons in admin and slower user site

Still no icons in admin and slower user site

Wednesday 26 May 2004 5:00:33 am - 2 replies

Author Message

Eric Weik

Thursday 27 May 2004 5:00:45 am

Hi Karsten,

I had the same problem, and found that it was because the rewrite engine was rewriting the icons (and stylesheets). I updated the rewrite rule in the virtualhost to ignore /packages/styles (for stylesheets), and /share (for icons).

  # eZpublish config
  DocumentRoot	/www/ezpublish/current
  RewriteEngine On
  RewriteRule !(^/design|^/var/.*/storage|^/var/storage|^/extension/.*/design|^/kernel/setup/packages|^/packages/styles|^/share).*\.(gif|jpg|png|css|jar|js|ico|pdf)$ /www/ezpublish/current/index.php

There may be other directories that should be added to this list, but I just installed the beta last night so thats I'll I noticed. :-)

-Eric

Karsten Jennissen

Thursday 27 May 2004 6:31:28 am

Thanks a million! It works perfectly, all three problems solved with one small change.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.