How to configure heroku for slim framework

I want to create slim application on heroku, but don’t know how to configure it like web server for rewrite and all

Anyone who has worked with heroku please tell me

Knowing nothing about heroku but there are some choices appently:

  • heroku-php-apache2 (for PHP & Apache2)
  • heroku-php-nginx (for PHP & Nginx)
  • heroku-hhvm-apache2 (for HHVM & Apache2)
  • heroku-hhvm-nginx (for HHVM & Nginx)

htaccess should work fine on Apache2