<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule ^api/([0-9-a-z\-]+)/([0-9-a-z\-]+)/([0-9-a-z\-\s]+)$ http://localhost/SIIMP/api-search.php?v1=$1&v2=$2&v3=$3 [NC,L]
</IfModule>