Hi, hope somebody can help me, in transforming my apache htaccess rules to nginx config
removing the .php from the url's, so url: "/contac"t displays the file contact.php
make this paths use their respective php file
"/products" shows the file products-all.php
"/products/some-category-name" shows the file products-cat.php
"/products/some-category-name/product-name?id=89" shows the file products-detail.php
I tried searching everywhere, but couldn't fine the correct answer, appreciate any help
Step 1 should be done automatically by forge if you tell it it's a Laravel project. Is this a laravel project? It doesn't sound like it with all of the stuff you mention in step 2?