Hey thron7-2 thank you very much for your fast reply!!

I have found out that the Bootstrap.js and all the paths to the
backgroundimages etc. are relative!!
Is there an option to set all paths to absolute!? /Bootstrap.

the bootstrap will load from this url:
/controller/action/index/themaid/2/vtartid/1/id/4/frontend/source/class/clx/cms/Bootstrap.js
if i follow this link in my browser i receive a htmlpage 

also all my background pictures are loaded relative. 
background-image: url("../source/resource/clx/cms/toolbarbg2.gif")
in this example it means 

/controller/action/index/themaid/2/vtartid/1/id/4/source/resource/clx/cms/toolbarbg2.gif

my httpd.conf is configured as follow:
        RewriteCond %{REQUEST_FILENAME}       ^/source/.*$
       RewriteRule ^/source/(.*)$
/home/test/htdocs/ClxCMS/public/frontend/source/$1 [L]



Is there an option to set all paths to absolute!? 

-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Problems-to-to-initialize-qooxdoo-tp5543196p5543469.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to