You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/client/README.md

10 lines
487 B
Markdown

# 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.