Why is `.htaccess` causing internal redirections overflow under these RewriteRules? – Apache
I am making an API in which I had those .htaccess rules to make "friendly URLs", so I can make Endpoints that doesn't depend on the presence of a file that matches the URI: Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine On…