zorrodg/php_apihandler/master/api/.htaccess
<IfModule mod_rewrite.c>
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*)(.(w+))$ index.php?request_endpoint=$1&request_output=$3 [QSA,NC,L]
# RewriteRule ([^.].*)$ index.php?request_endpoint=$1 [QSA,NC,L]
</IfModule>
Files
