Redirection To Index.php/ After Install Cscart Locally On Xampp Windows 10

Hello,

I have installed cscart mutli-vendor on windows 10 using xampp 7.3.10, after installation succeeded.

Apache and hosts files configuration :

hosts:

127.0.0.1 cscart.test

http-vhosts.conf:

    ServerAdmin webmaster@dummy-host2.example.com
    DocumentRoot C:\xampp\htdocs\cscart
    ServerName cscart.test
    ErrorLog "logs\dummy-host2.example.com-error.log"
    CustomLog "logs\dummy-host2.example.com-access.log" common

port is 8080, cause i have problem with port 80.

my issue is when i hit "cscart.test" in the browser, it redirect url to "index.php/" only!!!!

and i don't know why this happen, so kindly can anyone help me if has experience with such like this problem or guide me to fix it

regards,

thanks