# Planka client ## IIS install The build package for IIS requires URL rewrite module https://www.iis.net/downloads/microsoft/url-rewrite The web.config file is provided as is and should be enough. You might have to modify it to suit your needs. ## Apache install The build package for Apache requires mod_rewrite module https://httpd.apache.org/docs/2.4/fr/mod/mod_rewrite.html The .htaccess file is provided as is and should be enough. You might have to modify it to suit your needs.