| Sunday 14 December 2003 6:38:04 am 
                                                                
                                                                 
eZ 3.2-3, PHP4 as CGI, safemode on but all permissions are ok..htaccess is on:
 
<FilesMatch ".">order allow,deny
 deny from all
 </FilesMatch>
 <FilesMatch "(index\.php|\.(gif|jpe?g|png|css|js|html))$">
 order allow,deny
 allow from all
 </FilesMatch>
 RewriteEngine On
 RewriteRule !\.(gif|jpe?g|png|css|js|html)$ index.php
 DirectoryIndex index.php
 
When i try to log in as administrator:http://host/index.php/plain_admin
 It shows me page with node id 2 (all debug modes are on): 
[...]Debug: Fetching node <kernel-content-view>
 2
 [...]
 
I tried all the url's likehttp://host/index.php/blahblahblah
 http://host/index.php/any1_help_me
 and so on but CMS always shows me page with node 2, i mean the starting page "Exponential - plain design Root folder". What is the problem? Apache configuration, something with php.ini, something wrong with eZ's .ini files? Help me please, i'm stuck! |