I downloaded my new project using FTP from my local. But when I check the codes if it is working in my local. All the directories are not pointing to my Project root path.
In my downloaded file I have this path in the config.php
/okushon/home/pages/js/jquery.animate-colors-min.js
When I checked in the browser it doesn't go to the file
But when I change the path to:
./okushon/home/pages/js/jquery.animate-colors-min.js
It goes to the file.
I don't know why in the live server it works but in my local the path doesn't work.