Forums / Install & configuration / ubuntu platforme: problem with css, javascript and flash
rim rima
Tuesday 17 May 2011 3:23:52 am
hi,
i am develloping a site for my company with ez publish....every thing is ok till the time i wanted to test my site in ubuntu platforme....i installed Kubuntu, with the hole package: apache2, php5, mysql.when i put my site in the /var/www/..i can't get any color or image in the browser...al i get is words and links...no stylesheet is displayed , no javascript no flash animation...i looked to the source of the page from the browser...the hole part reffering to javascript stylesheet was missing...and it give me problem about insertMedia which i used by ez publish to display the flash animation...
i tried to change permission , look to the rewrite rules...nothing work, except now that i get to see the images in the middle of my articles....
can anyone plzz help why can't the css sheets be loaded?
André R.
Tuesday 17 May 2011 2:55:49 pm
Welcome to the community!
This is caused by rewrite rules indeed, see: http://doc.ez.no/eZ-Publish/Technical-manual/4.5/Installation/Virtual-host-setup
RewriteRule ^/var/([^/]+/)?cache/(texttoimage|public)/.* - [L]
Alternatively disable css/js packing, see possible settings in extension/ezjscore/settings/ezjscore.ini
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
Wednesday 18 May 2011 3:15:58 am
Thank you a lot...i founded that the .httaccess was missing....now it work perfectly
thanks again