Let's have .htaccess not being committed #46

Merged
Quix0r merged 1 commit from fixes/htaccess-dist into master 2018-05-02 00:06:38 +02:00
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
*.out
.htaccess
.htconfig.php
#*
favicon.*

View file

@ -30,6 +30,8 @@ Example cronjob using `www-data` user.
*/5 * * * * www-data cd /var/www/friendica-directory; php include/cron_sync.php
```
### 5. Copy .htaccess-dist to .htaccess and make local modifications
## How syncing works
The new syncing features include: pushing and pulling.