Hi,
I have downloaded an EE2 site to localhost, my task is to redesign it. (I know CI but using first time EE).
I’ve set up the settings in the index.php / database.php, to my local environment, but I get the following error in apache log:
[Fri Oct 04 07:57:08 2013] [error] [client 127.0.0.1] File does not exist: /var/www/libs, referer: <a href="http://localhost/site/index.php">http://localhost/site/index.php</a>So the site is rendered, without assets (in libs are js and css files). How, where to set up the correct paths in the EE system? Is it a htaccess related problem?
thanks
EDIT:
an asset link looks like this:
<link rel=“stylesheet” href=”/libs/style”>