I have created two applications in my symfony project, but my second application i can only access using .php extension.
example http://192.168.1.3:9000/backend.php
I want to remove the .php extension from the backend project, is possible?
Help is highly appreciated.
Thanks,
So you want to remove the extension from the file on the server [backend file on server]? or the url [http://192.168.1.3:9000/backend]?
Both can be done via htaccesss