I am working on a web API and also on a public interface, and I need to re-write files as /create.php
so that they can be accessed with just /create
. This, but in PHP.
I'm sure that using PHP instead of a file .htaccess
has more options, and, of course, it's easier to use, especially when I'm working on a web application written on it.
Thanks for your answers.