Merge pull request #46 from Quix0r/fixes/htaccess-dist

Let's have .htaccess not being committed
This commit is contained in:
Hypolite Petovan 2018-05-01 18:06:38 -04:00 committed by GitHub
commit 61468d93d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.