vvaswani/bluemix-address-book/master/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
# Reroute any incoming requests that is not an existing directory or file
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L,QSA]
</IfModule>
Files
