k-kojak/Android-Retrofit-Wrapper/master/src/main/php/.htaccess - Htaccess File

k-kojak/Android-Retrofit-Wrapper/master/src/main/php/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~kojak/restapi_test/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule v1/(.*)$ v1/ExampleApi.php?request=$1 [QSA,NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache