Magento 2 : URL issue with index.php

530 Views Asked by At

i have tried with site.local/index.php/admin_1l9rnp but automatically redirect to remove slash after url (site.localindex.php/admin_1l9rnp) please suggest how to solve this problem.

this is issue : enter image description here

i want this : enter image description here

thanks in advance

1

There are 1 best solutions below

2
Dotsquares On

Go to admin panel and navigate to Store -> Configuration -> Web -> Search Engine Optimization -> Use Web Server Rewrites -> Yes/No

If you want to add index.php in url then disable the Use Web Server Rewrites option.

enter image description here