my project is not opening after changing ports of Apache server successfully. I am able to access admin panel using new port num localhost:8012/phpmyadmin.
I am working in xampp server. yesterday I have installed sql server due to class project. I have changed ports of xampp Apache listen:8012 and ssl port to 1443. I can open admin panel using the link localhost:8012/phpmyadmin this is giving me my panel but when I tried to open my project using link localhost:8012/health-care/ (instead of localhost/health-care/ that was working perfectly) now my index login page is opening without any css image etc. and after entering information no other page is working.
after changing server name in database configuation in codeigniter form localhost to localhost and asset url in constants to define('ASSET_URL', "http://localhost:8012/health-care/assets/");
only index page is loading but not others
please help to solve this problem. I can't lose my work. please help