Thursday 15 January 2009 10:15:28 am
Hi. I have eZ Publish 4.0.1 When i login as Admin i can not see content structure tree (at the left of admin page) and all sub items (center). and this is my virtualhost configuration:
<VirtualHost *:80>
DocumentRoot www/tests/monsite
ServerName monsite.com
ServerAlias www.monsite..com
<Directory www/tests/monsite>
Options FollowSymLinks
AllowOverride None
</Directory>
<IfModule mod_php5.c>
php_admin_flag safe_mode Off
php_admin_value register_globals 0
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value allow_call_time_pass_reference 0
</IfModule>
DirectoryIndex index.php
ErrorLog /var/log/apache2/monsite.log
<IfModule mod_rewrite.c>
RewriteEngine On
#pour afficher l'arbre de contenu BO en Ajax
RewriteRule content/treemenu/? /index_treemenu.php [L]
RewriteRule ^/var/storage/.* - [L]
RewriteRule ^/var/[^/]+/storage/.* - [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
RewriteRule ^/design/[^/]+/(stylesheets|images|javascript)/.* - [L]
RewriteRule ^/share/icons/.* - [L]
RewriteRule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L]
RewriteRule ^/packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L]
RewriteRule ^/packages/styles/.+/thumbnail/.* - [L]
RewriteRule ^/favicon\.ico - [L]
RewriteRule ^/robots\.txt - [L]
# Uncomment the following lines when using popup style debug.
# RewriteRule ^/var/cache/debug\.html.* - [L]
# RewriteRule ^/var/[^/]+/cache/debug\.html.* - [L]
RewriteRule .* /index.php
</IfModule>
</VirtualHost>
I have this in my site.ini.append in override : RemoveSiteAccessIfDefaultAccess=enabled is that someone has an idea of the Good configuration
http://tikdem.com
/
|