For the routing to work for PHP, you need to have an Apache server running. In other words, if the server is IIS or NGINX then .htaccess
is not avaliable.
For IIS you can use a reverse (NodeJS) proxy as per this dicussion
For the routing to work for PHP, you need to have an Apache server running. In other words, if the server is IIS or NGINX then .htaccess
is not avaliable.
For IIS you can use a reverse (NodeJS) proxy as per this dicussion