RewriteEngine On

#RewriteBase /api # if hosting api files on root use only /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ api_rest.php [QSA,L]
