Indy2222/mediservice/master/src/.htaccess
# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html) # routing # RewriteEngine On # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule api/v1/(.*)$ api.php?request=$1 [QSA,NC,L]