php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

To hide api.php from url

Open mapoub opened this issue 1 year ago • 0 comments

to hide api.php from url on nginx, replace this "try_files $uri $uri/ =404;" by "try_files $uri $uri/ /api.php?$args;" on the ReadMe

mapoub avatar Sep 29 '24 23:09 mapoub