cakephp 2 css, javascript and links not working on local machine/localhost
问题 what htaccess settings should i use on the webroot folder. it seems that it's the primary culprit of why all the links in the Layout doesn't work. here is the htaccess code inside the webroot folder <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> the project is from the live server but i needed to make it work on my local machine/ localhost so that i can make some changes. but as you can