image layout cant be seen after installation

2011-03-10 Thread cake_beginner
i dont know what's the problem, i downloaded cake 1.3 on my desktop, then unzip it to my opt/lampp/htdocs/example change the config folder, database.php, core.php (salt, cipherSeed) sudo chmod -R 777 sudo a2enmod rewrite and that's all i did.. i access it at localhost/example, and its running

Re: image layout cant be seen after installation

2011-03-10 Thread rethab
Does look like mod_rewrite was not activated. Did you check the activated modules on your server? On 10 Mrz., 06:41, cake_beginner honeynativi...@gmail.com wrote: i dont know what's the problem, i downloaded cake 1.3 on my desktop, then unzip it to my opt/lampp/htdocs/example change the

Re: image layout cant be seen after installation

2011-03-10 Thread Shaz
http://book.cakephp.org/#!/view/917/Apache-and-mod_rewrite-and-htaccess On Mar 10, 2:24 pm, rethab rethab...@gmail.com wrote: Does look like mod_rewrite was not activated. Did you check the activated modules on your server? On 10 Mrz., 06:41, cake_beginner honeynativi...@gmail.com wrote: i

Re: image layout cant be seen after installation

2011-03-10 Thread scs
I would suggest to look and make sure your .htaccess files are copied over. If you have your server setup to not allow .htaccess files go in the core.php file and make the adjustment for that. On Mar 10, 8:24 am, rethab rethab...@gmail.com wrote: Does look like mod_rewrite was not activated.