android-pay/s2ap-quickstart-php/master/.htaccess - Htaccess File

android-pay/s2ap-quickstart-php/master/.htaccess

Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} webservice/$
RewriteRule ^(.*)/$ $1
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^ %{REQUEST_FILENAME}.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache