all css files and image are not loading in cakephp -
why css files , images not getting loaded in cakephp. although i've written code in default.ctp
echo $html->css('generic');
please me in issue..
css files placed in app\webroot\css
you have copy .htaccess file htdocs/yourcakeproject/
directory. if you're running cake application on apache webserver have make sure module mod_rewrite installed.
if use lighttpd webserver, there chapter in cakebook how have configure lighttpd: pretty-urls-and-lighttpd.
Comments
Post a Comment