I am new in cakephp (using 2.8.0 verison),I uploaded backup of site then index page showing without css and js. After press "ctrl + U " , Showing missing "Js controller" and "Css controller" not found
Here is my code in .htaccess file in webroot folder
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>
Is there any other way for fix this ? How can i fix this issue.