ralfger/rideCounter/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache