From 9b081db7ab863d91734710f45d191c85d618775f Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 1 Sep 2016 09:55:19 +0200 Subject: [PATCH] mention the easily overlooked .htaccess file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e36225..6f4c411 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Installation * To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example: * `*/5 * * * * curl --silent http://yoursite.com/cron/[key]` * If you encounter errors with stylesheets and paths, make sure your base_url config value is not empty (see [here](http://www.codeigniter.com/user_guide/installation/upgrade_303.html)). +* Be sure to also copy the .htaccess file when you move files around. This is a hidden file and easily overlooked. Documentation