ralfger/rideCounter/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} ^/apihubot(.*)$
RewriteRule ^apihubot(.*)$ http://localhost:8081/$1 [P,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.html [nc]
</IfModule>
Files
