Forums / Developer / content structure
Alain Mangana
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 /
André R.
Thursday 15 January 2009 10:21:38 am
The upgrade doc is always a good place to start, see this section:http://ez.no/doc/ez_publish/upgrading/upgrading_to_4_0/from_4_0_x_to_4_0_y#eztoc98307_4_1
Edit: Sorry, just assumed you had upgraded from 4.0.0 or 3.10.0. If you haven't, where did you get the rewrite rules from?
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom