zorrodg/php_apihandler/master/api/oauth/1.0a/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache