sorry for my stupid question...it was a mod_rewrite problem:
 
here my original mod rewrite conf:
 
#######

  <IfModule mod_rewrite.c>
   RewriteEngine On
  
RewriteRule ^$ \
http://127.0.0.1:8080/VirtualHostBase/\
http/%{SERVER_NAME}:80/www/VirtualHostRoot/ [L,P]
 
RewriteRule ^/(.*) \
http://127.0.0.1:8080/VirtualHostBase/\
http/%{SERVER_NAME}:80/www/VirtualHostRoot/$1 [L,P]
 
#######
i changed 127.0.0.1
in 192.168.0.3 that is the  real Ip of the box
 
..good night..
 
 
 
 
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to