mention the easily overlooked .htaccess file

This commit is contained in:
Claude 2016-09-01 09:55:19 +02:00
parent 1fd4d328e3
commit 9b081db7ab

View File

@ -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: * 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]` * `*/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)). * 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 Documentation