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